• Hi Guys,
    I am very happy with this theme and want to buy the pro version. I however want to have everything sorted out before extending the theme possibilities and functionalities.
    The main page is all good. However a link to a new page (like the one provided “https://www.translation7.com/?page_id=52” is coming with that large header, which I want to eliminate and only leave the top barre that contains links.
    Could you advise how to achieve that please.

    Thank you
    Kind regards

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi, djkazd

    Thanks for contacting us!

    To do this, Go to Appearance >> Customize >> Additional CSS and add the given below custom CSS code:

    .page .page-title-section{
        display:none !important;
    }
    @media (min-width: 992px){
    .page-default #content {
        margin: 100px 0 0;
    }}
    .page .site-content .blog {
        padding-top: 130px !important;
    }

    I hope it will work for you!

    Thanks
    Rishabh

Viewing 1 replies (of 1 total)
  • The topic ‘Reduce header size for pages’ is closed to new replies.