Of course it’s a matter of CSS. In your theme’s stylesheet at line 147, there’s a rule as the following
h4 a { color: #FFFFFF; }
Change this color to another of your wish.
Thanks Luca. It totally worked!!! Another question. Is it possible to add a color to the background of each recent post? Right now it is white. I was thinking about adding a pale teal or pale gray. The site is http://thechicspy.com. Thanks!
div.srp-widget-singlepost {
background-color: red;
}
Thanks Luca! Do I place that in my stylesheet or in one of the stylesheets in your plugin?
In your theme’s stylesheet
Don’t kill me Luca, but am I suppose to add this snippet to the stylesheet or is it already in the stylesheet and I just change the color. Because I can not find it. My theme also has a single post file (single.php). Should I edit that document?
If I am suppose to add this snippet, where should I put it in the stylesheet?
Thanks oodles!
Hello Luca,
I placed the code in the stylesheet where I believed it should go and it worked! Thanks so much for your help!
Hello Luca,
I have a strange question for you. Is it possible to make the thumbnails in the recent post widget round? If so, where do I go to adjust the parameters. My site again is http://www.thechicspy.com.
Thanks,
Mignon
You have to look over the internet for “rounded corners with css”. Google it.
Thanks Luca! Good idea. π