Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16226
    Sihedow
    Participant

    Hi,

    First thanks for this awesome theme, you did a great job 🙂

    I would like to set the header background to “invisible” instead of white color, so we could see the blog background in the header.

    thanks 🙂

    #16230
    Sihedow
    Participant

    I tried this :

    #header-content {
    margin: 0;
    padding: 0;
    background-color: transparent;
    }

    but it doens’t work

    I can’t post a link to my website because I work on it offline for the moment.

    Can you help me ?
    Thanks 🙂

    #16243
    Sakin
    Keymaster

    @Sihedow: It’s very difficult to give you solution without looking at your site. I assume that you are using Catch Box Free theme with default. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #page { background: none transparent; }
    #branding { background-color: transparent; }
    #16327
    Sihedow
    Participant

    It’s exactly what I needed.

    Thanks for this quick answer, Sakin !

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Set header background to invisible’ is closed to new replies.