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*

can i remove the front page header from the subsequent pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #54073
    rob5
    Participant

    wowsome free

    any ideas how to stop the front page header image from displaying on every site page.

    Or alternatively to make subsequent pages show different and preferably less deep images as when each page is selected the same large image shows and requires scrolling down to the page content

    thank you

    #54082

    Hi Rob,

    Please add below custom CSS code to hide the header image in all subsequent pages. And for to make subsequent pages show different images it needs code customization you need to hire a developer as this is a new feature to add in the theme.

    .wp-custom-header {
        display: none;
    }
    .home .wp-custom-header,
    .blog .wp-custom-header {
        display: block;
    }

    Thank you!

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