This topic has 2 replies, 2 voices, and was last updated 10 years, 5 months ago ago by Jack Richardson
Hey!
I am not that experienced with WordPress and CSS, and i wonder how to change the navigation bar border.
How would i for example change it to solid instead of double-framed
Hello,
To remove double border you can add this code into the custom.css:
.main-nav .double-border {
border: none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Jack Richardson
Tagged: change menu border, customize, design, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up