This topic has 6 replies, 2 voices, and was last updated 10 years, 1 months ago ago by Eva Kemp
Hi,
How can I change the colour of the 2 lines that are above and below the main menu?
Cheers,
Hello,
Please provide us with your site link to give you the correct code.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
Of course: http://www.thehighlandgourmetshop.com/
As well I am wondering how to change the top border colour of the footer.
Many thanks,
Hello,
You can change the lines color for the menu adding this code in custom.css file:
.main-nav .double-border {
border-top: 1px solid #DBDBDB !important;
border-bottom: 1px solid #DBDBDB !important;
}
Replace #DBDBDB with your color value.
To change footer line use this code:
.copyright.copyright-2 {
border-top: 1px solid #E1C483;
}
Thank you.
Regards,
Eva Kemp.
Thanks Eva!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Change line colours (about and below menu)’' has been successfully resolved, and the topic is now closed for further responses