Can you list out the url or give the theme name so we can check and give the code for the help..
Excuse me. This is the url. I thoughht all questions here were related to the Virtue theme.
Thanks
I know you can managed the all the font color and size you can change in admin panel..
But if you want to change by the code in css file then add the below code in style.css file
a, #nav-main ul.sf-menu ul li a:hover, .product_price ins .amount, .price ins .amount, .color_primary, .primary-color, #logo a.brand, #nav-main ul.sf-menu a:hover, .woocommerce-message:before, .woocommerce-info:before, #nav-second ul.sf-menu a:hover, .footerclass a:hover, .posttags a:hover, .subhead a:hover, .nav-trigger-case:hover .kad-menu-name, .nav-trigger-case:hover .kad-navbtn, #kadbreadcrumbs a:hover, #wp-calendar a
{
color:#000 !important;
}
#nav-main ul.sf-menu a
{
text-transform:uppercase
}
I know you can managed the all the font color and size you can change in admin panel..
But if you want to change by the code in css file then add the below code in style.css file
a, #nav-main ul.sf-menu ul li a:hover, .product_price ins .amount, .price ins .amount, .color_primary, .primary-color, #logo a.brand, #nav-main ul.sf-menu a:hover, .woocommerce-message:before, .woocommerce-info:before, #nav-second ul.sf-menu a:hover, .footerclass a:hover, .posttags a:hover, .subhead a:hover, .nav-trigger-case:hover .kad-menu-name, .nav-trigger-case:hover .kad-navbtn, #kadbreadcrumbs a:hover, #wp-calendar a
{
color:#000 !important;
}
#nav-main ul.sf-menu a
{
text-transform:uppercase
}
Thanks, I used it in virtue.css. There it works! Cheers