Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17186
    Steve
    Participant

    Hi there,

    I’ve been trying to get the background of the header
    (see http://www.wowow.eu) set to transparent.
    So far, I used “#masthead {background-color: transparent;}”
    and guess what… it didn’t work :((
    When I use a different color (i.e. #f41414) it works well.
    I also like to get the background of the header-menu-margins
    (set to top=25px; bottom=15px) transparent…
    Nothing worked out so far 🙁

    Can you help?
    Thanks in advance…
    Cheers,
    Steve

    #17198
    Sakin
    Keymaster

    @Steve: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .site, #masthead { background-color: transparent; }
    #main { background-color: #fff; }
    #17220
    Steve
    Participant

    Good morning Sakin,

    thanks for your help with this.
    Unfortunately this CSS has a side-effect that is not intended.
    Nevertheless I’ll keep this code in mind – maybe it’ll be used
    somewhere else 🙂

    Since I decided to use a different kind of image for the header,
    I just got into new problems…. 🙁
    As you can see, there is a blue space just above the header-image…
    I’ve tried some CSS to get rid of it – no success…
    Any help/ideas??

    Thanks in advance
    Steve

    #17251
    Sakin
    Keymaster

    @Steve: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .site { margin-top: 0; }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header Background’ is closed to new replies.