This topic has 8 replies, 4 voices, and was last updated 9 years, 3 months ago ago by Stan Russell
Hi,
I cannot seem to adjust the font color of the titles of blog posts in the recent posts widget inside the footer. As a result the widget looks broken; whereas just the text is dark, along with a dark background.
I tried searching for similar questions, but to no avail. Thanks in advance!
Hello,
please add following code to your custom.css file:
.sidebar-widget .blog-post-list a{
color:brown;
}
Regards,
Stan Russell.
Hi Stan,
With custom.css enabled in the theme settings, and that file adjusted according to your suggested css code, I still face the same problem. The title (which is a link) still remains invisible.
Perhaps this has to do with it?
a:link
a:visited
a:hover
a:active
In all cases I would want the text to portray in white. Same counts for the author name which is directly below it – but I am assuming that is a bit more tricky.
Thanks for you help.
Hello,
Please provide us with WP dashboard credentials in private content.
Best regards,
Jack Richardson.
View private content
Hello,
Try to use this code in custom.css file:
.footer-top-2 .sidebar-widget .blog-post-list .media-heading a, .footer-top-2 .sidebar-widget .blog-post-list .media-body strong
{
color: white !important;
}
Best regards,
Jack Richardson.
Hi,
how can i make the month of the recent post white?
Best Regards,
Bob
https://www.dropbox.com/s/73wku2ut37y6hes/Screenshot%202015-07-29%2020.57.43.png?dl=0
Hello,
please use following css code:
.main-footer .date-event {
color:white;
}
Regards,
Stan Russell.
Tagged: font color, footer widget, recent posts, seo friendly, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up