- This topic has 3 replies, 2 voices, and was last updated 4 years, 11 months ago by
Hash.
Viewing 4 posts - 1 through 4 (of 4 total)
- AuthorPosts
- April 2, 2020 at 7:26 am #19419
Jross13
ParticipantIs 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!
April 2, 2020 at 1:43 pm #19426Hash
KeymasterDo 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; }
April 2, 2020 at 8:17 pm #19444Jross13
ParticipantGreat! Thank you very much!
What would the code be to only remove from home page?April 3, 2020 at 1:29 am #19453Hash
KeymasterHere is the code
body.home .ht-main-header { height: 0; overflow: hidden; padding: 0; }
- AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.