02/21/2014 at 10:02 am
#280647
Keymaster
@ Christine
When I visited the page I didn’t see some of the items you wanted changed. They seemed fine. For example, I didn’t see any bold or italic in the category select drop down.
But here the css you can add to the theme’s custom css area:
#cn-list .chzn-container .chzn-results li {
color: #656565;
line-height: normal !important;
}
#cn-list .chzn-container-single .chzn-single {
color: #656565 !important;
}
#cn-list {
color: #656565 !important;
}
#cn-list a,
#cn-list a:visited {
color: #656565 !important;
}
Hope that helps.