Hello,
How can I change the italic style of the latest posts?
Thank you.
Hey fastlook,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.widget_recent_entries li a {
font-style: normal;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you Victoria Italic Style is ok but text style is different. Is there a solution for this?
Hi,
Add this to quick css:
#recent-posts-3 li a{
font-family:'open sans','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;!important;
}
Best regards,
Jordan Shannon