style.css overrules plugin css
-
Hi,
#sidebar a {} overrules your star color settings. Instead of
color: <?php echo get_option('ec_stars_rating_hover_color') ?>you could use
color: <?php echo get_option('ec_stars_rating_hover_color') ?> !important;around line 158
The topic ‘style.css overrules plugin css’ is closed to new replies.