This topic has 4 replies, 2 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
My footer seems to have dark text in it despite selecting the “Light” footer text color in the footer options for the theme. My question is if there is a different typography for the widgets in the footer (like recent blog posts and such)? If so, what font would they be (H6, H5, etc…)?
Site: thresholdendurance.com
Thanks!
J
Hello,
You need add this code in custom.css file:
.main-footer .sidebar-widget .blog-post-list .media-heading a {
color: white;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
Great, Thanks! any chance I can add some similar code for “posted by” text in the footer?
Hello,
You’re welcome.
Please add this code:
.main-footer .sidebar-widget .blog-post-list .media-body strong {
color: white;
}
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up