Home Forums Total Removing the horizontal block below the primary menu

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by Hash.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #19419
    Jross13
    Participant

    Is there as way to remove the light blue shaded block, where the text is (“HOME” * Home) below the primary menu and above the slider on the Home page only? Or is it how the theme is and thats it?

    Here is link: http://krosscompany.044b193.netsolhost.com/

    Thank you in advance!

    #19426
    Hash
    Keymaster

    Do you want it to be removed from home page only or all other pages. If the answer is all pages then below is CSS code for it. Go to Appearance > Customize > Additional CSS and paste the below CSS code

    .ht-main-header {
        height: 0;
        overflow: hidden;
        padding: 0;
    }
    #19444
    Jross13
    Participant

    Great! Thank you very much!
    What would the code be to only remove from home page?

    #19453
    Hash
    Keymaster

    Here is the code

    body.home .ht-main-header {
        height: 0;
        overflow: hidden;
        padding: 0;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.