Menu Colors on Turbo Theme

nweekesnweekes Registered Users Posts: 2 Beginner grinner
edited March 25, 2014 in SmugMug Customization
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.

Comments

  • thenickdudethenickdude Registered Users Posts: 1,302 Major grins
    edited March 25, 2014
    Hi neweekes,

    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:
    .sm-page-widget-nav .sm-fonticon {
    color: #F2AB4E !important;
    font-weight:bold !important;
    }
    
  • nweekesnweekes Registered Users Posts: 2 Beginner grinner
    edited March 25, 2014
    Hi Lamah
    Thanks, that solved it. Website URL now added to my profile, thanks for the advice.
    Lamah wrote: »
    Hi neweekes,

    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:
    .sm-page-widget-nav .sm-fonticon {
    color: #F2AB4E !important;
    font-weight:bold !important;
    }
    
Sign In or Register to comment.