This topic has 4 replies, 3 voices, and was last updated 7 years, 4 months ago ago by Amzy Leel
Hi.. How do I remove the bottom white line from the Double Menu header type on XSTORE?
I would like for the header to float over the content without the bottom divider line.
Thank you!
Hello,
Go to Theme Options > Styling > Custom CSS and add the following code
@media only screen and (min-width: 992px){
.header-wrapper.header-double-menu .container-wrapper {
border-bottom: none;
}}
Regards
Thank you!!!
You are welcome.
DO not hesitate to ask if you have any other question (in new topic / post)
You must be logged in to reply to this topic.Log in/Sign up