Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #181403
    brockblahous
    Participant

    Hello!

    I’m trying to remove the header image from my home page. I want it on all my other pages, however, my home page has a content slider at the top and it all looks messy.

    Thanks!

    #181419
    Skandha
    Participant

    @brockblahous: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #181421
    brockblahous
    Participant
    #181426
    Skandha
    Participant

    @brockblahous: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home .custom-header {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #181430
    brockblahous
    Participant

    Does it matter that I changed the name of the home page? @Skandha

    #181431
    Skandha
    Participant

    @brockblahous: Nope that does not matter.

    Kind Regards,
    Skandha

    #181432
    brockblahous
    Participant

    Also, How do I change the color of my page titles? They all are black…

    #181436
    Skandha
    Participant

    @brockblahous: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .singular-content-wrap h2.entry-title {
        color: #fff206;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to remove header image from Home page?’ is closed to new replies.