Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #30126
    Koaster
    Member

    Hello !
    First, I’m french WordPress user, sorry for my mistakes 🙂
    Maybe there is the answer of my question on the forum but I don’t find it.
    I would like to change the background but not the backgroud where there are messages, I want to change the backgrounf behind the slider and title. Do you understand ?
    The name of the image is header-bg.ftp and when I change in FileZilla, there is not modification on the website…
    WHat can I do ?

    Thanks for your help ! 🙂

    #30190
    Sakin
    Keymaster

    @Koaster: Can you post in your site URL and also upload your background image in your site and send me the image URL. Then I will check in how it can be changed.

    #30197
    Koaster
    Member
    #30202
    Sakin
    Keymaster

    @Koaster: Ok but you didn’t send me the image URL that you want to replace with. To change the image, you need to add in your image URL and add the following css in “Appearance => Theme Options => Custom CSS” box.

    #header {
        background-image: url("YourImageURL");
    }
    #30205
    Koaster
    Member

    Oh, I had not understood ! Thank you for the CSS ! It works perfectly !
    I have a last question : can I change the background of the foot page too with CSS ?

    #30208
    Sakin
    Keymaster

    @Koaster: I just check in your site and see that you want to change the header to black color and not any image. So, remove your custom css

    #header {
        background-image: url("http://nsa34.casimages.com/img/2014/05/12/140512092246262047.png");
    }

    and replace it with color code as
    #header { background: none #000; }

    Same for the footer:
    #footer { background: none #000; }

    #30264
    Koaster
    Member

    No ! With a URL is perfect ! 😉
    And for the footer I have written :

    #footer {
        background-image: url("URL");
    }

    And it works perfectly !! Thank you very much !

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change header-bg’ is closed to new replies.