badget

Biggest Sale! Special Offer!

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

Hurry up! *Limited time offer*

How to use different headings on Home page and rest of other pages

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #58129
    nan.lu2005
    Participant

    I would like to use a big image with big logo in the home page heading, but use smaller images in other pagers, how could I do it?

    https://shenzhenenduring.com/ using this heading for home page, but use https://shenzhenenduring.com/en/ heading for rest of pages?

    thanks

    #58147

    Hi,

    You can just add the big logo as custom header instead of site logo and disable site logo for home page and disable custom header for other pages via custom css.

    Thank you!

    #58150
    nan.lu2005
    Participant

    Thanks, but how to disable site logo for home page and disable custom header for other pages via custom css. Could you please write the code for me? thanks again

    #58170

    Hi Nan,

    Just add below custom CSS code to Customizing > Design Options > Custom CSS which will disable site logo area for homepage and disable custom header for other pages.

    #branding .header-image, 
    .home .hgroup-wrap {
        display: none;
    }
    .home #branding .header-image,
    .hgroup-wrap {
        display: block;
    }

    Thank you!

    #58191
    nan.lu2005
    Participant

    It works, thanks a lot!!!

    #58219

    You are welcome @nan-lu2005

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