Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7917
    cercub
    Member

    Hello,
    I am trying to change the background header image with this http://www.cerencubukcu.com/wp-content/uploads/2013/04/headers.jpg and I added the below custom CSS code but I still don’t see the image at the background. Can you please help me to fix it? Thanks. (my website: http://www.cerencubukcu.com)

    #header { background-image: url(‘http://cerencubukcu.com/wp-content/uploads/2013/04/headers.jpg’); }

    #7959
    Sakin
    Keymaster

    @cercub: It should be working fine. Remove the following code from Custom CSS box.
    #header { background: #2013e7; }

    Then add the header background as below:
    #header { background-image: "image path"; } }

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