Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter bemaluvi

    (@bemaluvi)

    Hello, how to remove the “overlay.png” image on the header.

    Merci

    Yes, how? Where is the css for the header?

    Thread Starter bemaluvi

    (@bemaluvi)

    Hello, I found. Must remove the style # header image: after that is in the main.css file. Or remove the image in the “sixteen / images” folder.

    Thank you

    Thanks! I couldn’t find the header image: after in the style.css file. I feel like I’m missing something.

    Figured it out!

    rebekahwebmaster

    (@rebekahwebmaster)

    So, I have been making websites for a long time now and I feel I am making a rookie mistake.

    I have deleted from my server the overlay image and gone to the main.css and commented out the #header-image: after code…. but the overlay is still showing.

    Why.

    batharoy

    (@batharoy)

    @rebekahwebmaster
    Are you using any cache plugin, cleared the browser cache, used a diff browser that has not seen the site before?

    rebekahwebmaster

    (@rebekahwebmaster)

    I am not using a Cache plugin and I managed to fix it in my test website but it refuses to change on the main website. Changing browsers does’t help.

    divjotsingh_440

    (@divjotsingh_440)

    Add the following code to custom CSS-

    #header-image:after {
    display: none;
    }
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Header’ is closed to new replies.