Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #162342
    jovito
    Participant

    Hi!
    I use a static page as a homepage. This leaves a rather big (unwanted) white space in the landing page (white is the default page background color).

    homepage white space

    First question: Can I remove the display of that page (space) altogether?
    Second question: Can I change the color of that space? By changing the bg color of the original page?

    Thx!
    Jo

    #162377
    Skandha
    Participant

    @jovito: Please post in your site URL so that I can look into the the issue.

    Kind Regards,
    Skandha

    #162402
    jovito
    Participant

    Thanks for replying. I wonder, is it any use posting url of a site which is in Construction Mode? I mean, without creating a special user account and all that? Which way do you prefer in such cases?

    The good news: I have finally found (in some forum entry) the CSS to hide that page:

    .home .site-content {
    display: none;
    }

    This problem solved!

    Now the header section still has a big gap between site headline and header image. Perhaps even without looking at the code, could you post a few names of header elements that come into question, and whether I would rather play around with padding or with margin?
    :)jo

    #162432
    jovito
    Participant

    hi again, I made my way through all this and with the help of Firebug was able to solve the issue. Thanks, jo

    #162516
    Skandha
    Participant

    @jovito: Glad you were able to figure it out. Let me know if you have anymore issues!

    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Special background color for page used as Home page’ is closed to new replies.