Hi @joslammers .
Thank you for reaching out.
Recent Posts Widget With Thumbnails does not have an option to style the Read More link using the widget settings. However, you can achieve this by including the following code in your custom CSS:
.rpwwt-post-excerpt-more {color: #ff0000;}
And if you want to style the hover color add this line of code:
.rpwwt-post-excerpt-more:hover {color: #00ff00;}
The color hex codes are samples and can be replaced with your preferred color values.
Please let me know if this helps.
Hi Kybernetik,
Unfortunately… I placed both codes in my CSS but nothing happens…
Jos
It looks like the theme doesn’t recognize the ‘read more’ from the widget as being a link?
Other links, also in widget-area’s are coloured properly…
I double checked it and the style does not appear in the code. This is why it is not working.
The current color is set by this style:
#secondary, #secondary a {
color: rgb(154, 144, 129);
}
It makes all the text of the div container that color. Including the links.
You must ensure that the provided style is recognized.
I’m sorry, but that’s beyond my ability. You have to check with your theme and installation.