change the sub menu and menu color for the active page

KarlsbergKarlsberg Registered Users Posts: 7 Big grins
edited June 14, 2020 in SmugMug Customization
Hi everyone,
I succeeded to change my active menu color for this page ( https://kellianbier.smugmug.com/Portfolio ) with this CSS code :

/* Make the menu nav bar text for the active page a different color */
.sm-page-widget-nav-activepage > a {
color: #11556E !important;
}

Unfortunately I can't figure it out how can I do the same with this second page for the menu and the sub menu to change color when activate ( https://kellianbier.smugmug.com/Portfolio/Surf/ ). Does anyone knows how to do it?

Have a great day !

Comments

Sign In or Register to comment.