Menu Colors on Turbo Theme
nweekes
Registered Users Posts: 2 Beginner grinner
I have sucessfully changed the colors on the turbo theme using the following code
.sm-accordion-item-label {
color: #F2AB4E !important;
font-weight:bold !important;
}
.sm-fonticon {
color: #F2AB4E !important;
font-weight:bold !important;
}
The .sm-fonticon part is to change the +/- part of the accordian, however this also changes the color of the social media icons, forward and back arrows in the galleries and many other items, I cannot work out how to apply it to just the menu,.
I have looked at the various menu customization threads on the forum but can't find the answer. Any guidance greatly appreciated.
.sm-accordion-item-label {
color: #F2AB4E !important;
font-weight:bold !important;
}
.sm-fonticon {
color: #F2AB4E !important;
font-weight:bold !important;
}
The .sm-fonticon part is to change the +/- part of the accordian, however this also changes the color of the social media icons, forward and back arrows in the galleries and many other items, I cannot work out how to apply it to just the menu,.
I have looked at the various menu customization threads on the forum but can't find the answer. Any guidance greatly appreciated.
0
Comments
If you add your website address to your profile or your signature, it makes it much easier for people to help you out:
http://dgrin.com/profile.php?do=editprofile
You probably just need to add ".sm-page-widget-nav" in front of that rule to make it specific to the menu, but as you haven't included your site, I can't try it out for you:
Please check out my gallery of customisations for the New SmugMug, more to come!
Thanks, that solved it. Website URL now added to my profile, thanks for the advice.