- This topic has 3 replies, 2 voices, and was last updated 9 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Change sub menu drop down box color
Tagged: drop down box color
If I select the purple color style, how to I get the sub menu drop down boxes to be the same color – along with appropriate text color?
Brad
Do you have a link to your site?
Wes, Here it is: http://www.agegineering.com/ I’d like the black sub menu drop downs to match the color style I’ve chosen. TX
Brad
Take a look around line 3600 in your css and you’ll see the code for the Purple Skin Color –
.epik-purple .genesis-nav-menu a {
color: #fff;
}
.epik-purple .site-header .widget-area {
color: #eee;
}
.epik-purple .genesis-nav-menu a:hover,
.epik-purple .genesis-nav-menu .current-menu-item > a {
color: #d5a8ff;
}
.epik-purple .nav-primary .sub-menu a:hover,
.epik-purple .nav-secondary .sub-menu a:hover,
.epik-purple .site-header .sub-menu a:hover,
.epik-purple .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-purple .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-purple .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
color: #8542c4;
}