Hi, how can i change the colour of the "Comment text" it shows in blue were it says 3 comments.
http://smoker2vaper.com/recipes/pseudo-pluid-recipe/#.UT7U4lcXJts
Fetching latest tweet ...
Hi, how can i change the colour of the "Comment text" it shows in blue were it says 3 comments.
http://smoker2vaper.com/recipes/pseudo-pluid-recipe/#.UT7U4lcXJts
You can use Firebug (or the Developer Tools built into Firefox and Chrome) to easily figure this out for yourself.
#comments > h4.current a {
color: #fff;
}
This topic has been closed to new replies.