Disable the Header

Home Support Blog Way Disable the Header

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16318
    Anonymous
    Inactive

    The area with the logo, site title, and tagline is very large. Is there a way to make that area smaller, or even comment it out or disable it?

    #16427
    nirav
    Keymaster

    Hi THere,

    Hope you are doing good!

    Please follow below mentioned steps to add custom css to remove the header

    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    .site-branding{
        display:none;
    }
    .sticky-top .main-banner{
        padding-top:0px !important;
    }

    Hope this helps!

    Have a great day ahead!

    Regards,
    Team ProDesigns

    • This reply was modified 3 years, 9 months ago by nirav.
    #16545
    Anonymous
    Inactive

    Is there a separate custom css to reduce the header padding? Thanks!

    #16600
    nirav
    Keymaster

    Hello Elik,

    Hoope you are doing good!

    We have checked the header in your website, would you like to reduce the size than current size of the header?

    have a great day ahead!

    Regards,
    Team ProDesigns

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