Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #12263
    lcoutlaws
    Member

    How do you change the light gray “noise” background texture to another background image?

    My site is http://lickingcountyoutlaws.com/

    It would be the background the slider currently sits in…

    Thanks in advance.

    #12273
    Sakin
    Keymaster

    @lcoutlaws: If you want to change in to color then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #branding {
        background: none #fff;
    }

    But if you want different image then you need to add the image url as the following css.

    #branding {
        background: url("Here enter you full image url") repeat scroll 0 0 transparent;
    }
    #12277
    Marianne
    Member

    I just cannot make it work to remove the “noisy” background – what do I do wrong:
    http://gindrup.dk/citchcatch/

    And one more thing – is it possible to avoid having text under the featured slider?

    Thanks,
    Marianne

    #12280
    Sakin
    Keymaster

    @Marianne: Your site is different so it will be as below.

    #header {
        background: none #fff;
    }
    #12303
    Marianne
    Member

    Great, thanks – and of course it worked 🙂

    #14317
    marrteam
    Member

    using header worked for me but now i have the image behind all my <h1> tags

    http://mckinneyrealestateonline.com/

    #14318
    Sakin
    Keymaster

    @marrteam: So what you want to do it?

    #14321
    marrteam
    Member

    I want it to appear in my header but i need it not to be behind all the <h1> text

    Thank you

    #14322
    marrteam
    Member

    http://mckinneyrealestateonline.com/contact-us/
    You can see on this page how it looks under Contact Us title

    Thank you

    #14332
    Sakin
    Keymaster

    @marrteam: Oh I got that. In your custom css change header { } into #mashead { }

    #14354
    marrteam
    Member

    it was #masthead and that worked. Thank you

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