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 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #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 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.