How do I change the colour of the text on the menu bar?
Hey Mavone1,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
the side bar updated, need to change the colour of the buttons on the bottom for the social links on http://snbracing.ca
A.
Hi,
Add this to quick css and adjust the color to what you need:
.social_bookmarks a{
color:red!important;
}
Best regards,
Jordan Shannon
that did not work…….. I am referring to the hover colour of the social links.
Hi Mavone1,
Can you try using this css code in Quick CSS, located in Enfold > General Styling:
.html_header_sidebar #top #header .social_bookmarks li a:hover {
color: white !important;
}
Best regards,
Nikko
It is still hovering red for youtube link and brown for instagram.
Hi Mavone1,
Okay, just use this code, adjust the colors as you see fit:
#top #wrap_all .av-social-link-youtube:hover a {
color: #a72b1d;
background-color: transparent;
}
#top #wrap_all .av-social-link-instagram:hover a {
color: #a67658;
background-color: transparent;
}
Best regards,
Nikko