Tagged: x
-
AuthorPosts
-
April 18, 2016 at 5:48 am #887988
Hi
I am having an issue with recent posts font colors for the headings, date and summaries/excerpts. At first I was experiencing this with the Recent Posts Extended. Everything just appears white so invisible on my white background. I noticed this is the same for standard recent posts widget.
Can anyone advise how to simply change the font colors for all areas of recent posts and better still recent posts extended widgets. Or if anyone has a recommendation of a better widget for adding recent posts to the page, with rollover images, pagination???
Many thanks for any help.
April 18, 2016 at 5:49 am #887990This reply has been marked as private.April 18, 2016 at 7:47 am #888171Hi there,
Thanks for writing in!
I’ve checked your site but couldn’t find recent posts widget in the sidebar. Please point us to the page where you have added the recent posts widget so we can take a closer look to the issue and provide you with a tailored response.
Thank you!
April 18, 2016 at 10:12 am #888429Apologies, I should have explained. The recent posts widget has been added to the home page under the News heading but is invisible due to the font colors.
See the attached Screenshot with it highlighted.
Thanks
NeilApril 18, 2016 at 10:14 am #888431Sorry now attached
April 18, 2016 at 10:45 pm #889223Hi Neil,
You can add this under Custom > CSS in the Customizer.
.widget.widget_recent_entries li .post-date, .widget_recent_entries .h-widget, .widget ul li a, .widget ol li a { color: black; }
Replace the black value with your preferred color.
Hope it helps, Cheers!
April 21, 2016 at 6:21 am #893449Hi
Thanks so much for this. It really helped. Do you have any idea what CSS I need to add to make them change color on rollover please??
Sorry to be a pain. I have tried for some hours to figure myself.
Thanks
NeilApril 21, 2016 at 12:59 pm #894090Hi Neil,
Thanks for writing back. Use this to apply hover color :
.widget.widget_recent_entries li .post-date:hover, .widget_recent_entries .h-widget:hover, .widget ul li a:hover, .widget ol li a:hover { color: black; }
Hope this helps.
Cheers!
April 22, 2016 at 6:23 am #895188Hi
Thankyou so much. Your support is awesome!
Neil
April 22, 2016 at 9:41 pm #896166You’re more than welcome, glad we could help.
Cheers!
-
AuthorPosts