This topic has 2 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler
Hi there,
could you provide me the css to change the following items :
Main Nav active color to #657891
Highlight selection to #B0C4DE
Hello,
Please add this code in Theme Options > Styling > Custom css:
.header-color-dark .menu-wrapper .menu > li.current-menu-item > a:after {
background-color: #657891;
}
.header-color-dark .menu-wrapper .menu > li.current-menu-item > a {
color: #657891;
}
::selection {
background: #B0C4DE;
}
Regards
Tagged: accent theme, colors change, main navigation, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up