Home Forums Free Themes Travel Gem Header on the front page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #97023
    loisli
    Participant

    Hi! I’m trying to set up the front page as shown in the demo but I’ve got problem with section 3 (section slider). How can I remove the default header with the title of the front page?

    Thanks in advance for your advice.

    #97059
    wensolutions
    Keymaster

    Hello,

    Please provide us with your site URL along with the screenshot of the section you want customization in, so that we can help you further with the issue.

    Hope to hear from you soon,

    Regards!

    #97083
    loisli
    Participant

    Thank you and here you are.

    http://52.79.157.76

    I would like to remove the current header image and have the “Business Consulting
    with limitless potential” slider right under the menu bar.

    #97088
    wensolutions
    Keymaster

    Hello @loisli,

    Please add below given CSS in Additional CSS to resolve the issue.

    div#custom-header {
        display: none;
    }
    
    .page .panel-layout .panel-grid > div {
        padding: 0px 0;
    }

    Hope this helps.

    Thank you.

    #97090
    loisli
    Participant

    Hi, thanks a lot for your help. It did remove the header image, but is it possible to remove just the header image on the front page but not the other pages/posts?

    And there’s also quite some space between the menu bar and the slider. Any way to minimize that?

    http://52.79.157.76

    Thanks again!

    #97093
    wensolutions
    Keymaster

    Hello,

    Replace above given CSS with the CSS given below:

    .home div#custom-header {
        display: none;
    }
    
    .home .panel-layout .panel-grid > div {
        padding: 0px 0;
    }

    Hope this helps.

    Thank you.

    #97094
    loisli
    Participant

    Perfect! Thank you so much!!

    #97096
    wensolutions
    Keymaster

    Hello,

    Glad to help you.

    If you have any issues further please let us know.

    We would really appreciate if you could help us by rating our theme by following the link below:

    https://wordpress.org/support/theme/travel-gem/reviews/

    Thank you.

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