• Resolved Sereen

    (@phatria01)


    Hello, I checked the older topics but I couldn’t find any answer: I am working on a website, with the free Agama theme.
    The site shows the slider on the homepage but since the inner pages were so empty I added the header image. Problem is that the header image shows up on the homepage too.
    Is there any way I can disable the header image from the homepage, maybe using the “display: none;” tag?
    Thanks

    • This topic was modified 8 years, 2 months ago by Sereen.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Go to:

    
    Appearance -> Customize -> Styling -> Custom CSS

    & add next CSS code:

    body.home .header-image {
       display: none;
    }

    Regards

    • This reply was modified 8 years, 2 months ago by jerryscg.
    Thread Starter Sereen

    (@phatria01)

    Thank you! ??

    Hello.

    I had a similar issue to phatria01, and I tried to follow these instructions, but when I go to Appearance -> Customize -> Styling -> Custom CSS, there is a only button the reads “Open Editor”.

    When I click the button I get a black semi-transparent layover, with a “1” in the top left corner, but I am unable to edit anything.

    When I simply go to Appearance -> Editor, there is no “Custom CSS” file.

    For now I made the change I need in Style.css, but I know this will be overwritten if there is a theme update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header image and slider showing together on the homepage’ is closed to new replies.