I just updated to Salient 7.0.5 and my menu colors have changed yet again. For several years I\'ve had this dialed in perfectly via the custom css, but I guess you guys are tweaking out the CSS during these recent revisions.
I\'m specifically having trouble isolating the CSS for the transparent menu\'s top level current page. See my website\'s visit page for an example of this going awry. I\'d like for the color of the current page to be
color: #c6ad75 !important;
during the transparent menu instance. As of right now the current menu is staying white. Could someone help me find the CSS call for the transparent menu current page that doesn\'t affect my submenus\' color as well? Thank you.
I\'d like to offer a suggestion for a future release, I imagine most users would welcome a revamping of the custom header color scheme options to be more inclusive to tweak every menu element\'s (regular and transparent) color. You guys should consider redesigning that part of header options.
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
html body #header-outer.transparent header#top nav .sf-menu > li.current-menu-item > a,#header-outer.transparent:not([data-lhe=\"animated_underline\"]) header#top nav .sf-menu > li.current_page_item > a {
color: #c6ad75 !important;
}
I just updated to Salient 7.0.5 and my menu colors have changed yet again. For several years I\'ve had this dialed in perfectly via the custom css, but I guess you guys are tweaking out the CSS during these recent revisions.
I\'m specifically having trouble isolating the CSS for the transparent menu\'s top level current page. See my website\'s visit page for an example of this going awry. I\'d like for the color of the current page to be
during the transparent menu instance. As of right now the current menu is staying white. Could someone help me find the CSS call for the transparent menu current page that doesn\'t affect my submenus\' color as well? Thank you.
I\'d like to offer a suggestion for a future release, I imagine most users would welcome a revamping of the custom header color scheme options to be more inclusive to tweak every menu element\'s (regular and transparent) color. You guys should consider redesigning that part of header options.
Hey Again,
Best.
ThemeNectar Support Team