Hi,
i’m trying to change the font-style of the blog widget, but when i do that the blog-title changes too?
How can i change the font-style of the blog widget, without changing the blog-title too?
Please see screenshot (text1, text 2 and text 3).
kind regards
Jak
Hey Jak73,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.widget_recent_entries li a {
font-style: normal;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi Mike,
thanks for your reply.
Unfortunetly is seems there is no change. Fonts below widgets headlines are still different?
kind regards Jak
Hi,
When I check the font-style is now different, not italic as before. Do you mean you want to change the font-family?
use this instead:
.widget_recent_entries li a {
font-family: montserrat;
}
adjust the font-family to suit.
Best regards,
Mike
Hi Mike,
yes, works well.
klind regards
Jak
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike