This topic has 4 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
Hello,
I’m looking to use header style #7, as the menu bar and centered logo are what work best for my site. I have no use for the Header Customer HTML box, but I see no way to remove it. Is there some type of CSS code I can use to get rid of this?
Hello,
Please add this code in Custom css:
.header-type-7 .header .tbs span::before {
display: none;
}
.header-type-7 .header .tbs span {
border: none;
}
Regards
Thank you! Worked perfectly
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up