Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author themevision

    (@themevision)

    Hello, Lucas!

    To remove header image on all other pages except for the home page use next code:
    (insert in Customize->General->Additional CSS)

    body:not(.home) #agama-header-image{
        display:none;
    }

    Regards

    Thread Starter lucasrodriguezest1994

    (@lucasrodriguezest1994)

    Hi,

    This code is not working for my site. I placed it in the the Additional CSS section of the customizer with no effect. I just cleared my cache and the header image is still on every page. All plugins and themes are updated to the most recent version. Is there any other way to fix this?

    Thanks,

    Theme Author themevision

    (@themevision)

    Hi,

    I have found that you actually wrongly inserted a code.

    https://prntscr.com/jj86cd

    Put the code below the

     /*
    You can add your own CSS here.
    
    Click the help icon above to learn more.
    */ 

    part, (not in the middle of it),

    and your codes will work.

    ??

    Regards

    Thread Starter lucasrodriguezest1994

    (@lucasrodriguezest1994)

    Gotcha! That definitely works now, good job.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing Header-Image from ALL BUT Home Page (2018)’ is closed to new replies.