I am using the Enfold theme.
My client has asked for a font change to the posts that show up in the “Recent Blog Posts” in the footer widget.
The post currently show in italic. He would like a regular font, san serif, no italics.
Can you please provide a Quick CSS patch that will change the font.
I have added the website URL in the private content area.
Thank you for your help.
Gail
Hey GailSabol!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.recentcomments a, .widget_recent_entries li a {
font-style: normal;
font-family: inherit;
}
Cheers!
Yigit
Thank you for the quick response Yigit!
Have a great day.
Gail