This topic has 4 replies, 3 voices, and was last updated 9 years, 12 months ago ago by Robert Hall
Hi there,
How do I change the Nav Border to the following…..at the moment the template has a double line, thin grey color.
1. A single line
2. Adjust the thickness
3. Adjust the color
Thanks!
Hello,
Please provide us with a link to your site.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
Please see attached URL….
Hello,
Add following code into custom.css file.
1)
.main-nav{
border-top: 0px;
border-bottom: 0px;
}
2)
.main-nav{
padding: 4px 0;
}
3)
.main-nav {
border-top: 1px solid red;
border-bottom: 1px solid red;
}
.main-nav .double-border{
border-top: 1px solid red;
border-bottom: 1px solid red;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
The issue related to '‘Change Main Menu (Nav) Border Thickness and Color’' has been successfully resolved, and the topic is now closed for further responses