Hi,
I’m trying to remove the line that separates the secondary menu of the main menu and I used this code:
#header_meta {
border: none;
box-shadow: none;
background: none;
}
But the line is still there. What can i do?
Thanks
Hey CloudChoice!
Please use following code instead
#header_meta { box-shadow: none; }
#header_main { border-top: none; }
Cheers!
Yigit
Hi,
Thanks. The horizontal line disappear, but the vertical lines keeps.
Is there other code to remove the vertical lines in menu and in social icons?
Thank you.
Hey!
Please add following code to Quick CSS as well
#top .social_bookmarks li, .sub_menu li { border-right-style: none; }
Best regards,
Yigit
Well, what can I say?
Like a glove again. :)
THANK YOU.