This topic has 2 replies, 2 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
Hi
How do i Remove grey lines around menu in header 8
Thank you
Hello,
Please add this code in custom.css file:
.header-type-8 .menu-wrapper {
border-top: none;
border-bottom: none;
}
.header-type-8 .menu-wrapper .menu-main-container > ul > li > a {
border-left: none;
}
.header-type-8 .menu-wrapper .menu-main-container > ul > li:last-child > a {
border-right: none;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up