badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Remove the image header on the pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6333
    sentier
    Participant

    Hello, I am a beginner with wordpress and I am creating a site for my artistic work. I have chosen the theme Attitude because it seems very professional to me and easy to use. I would like to know how to remove the image header on the pages of my website while keeping it on my home page? Thank you very much.

    #6510
    Sanjip Shah
    Participant

    @sentier In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.

    .header-image {
    display: none; 
    }
    .home .header-image {
    display: block;
    }
    #6556
    sentier
    Participant

    it works very well, thank you very much for the information.

    #6618
    Sanjip Shah
    Participant

    @sentier Okay. Great!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.