I would like to change the font in the widget box called : Recent posts.
At the moment it is ‘italics’ i would like to to be a normal font.
Any ideas?
Thanks in advance
Hey!
Try adding this code to the Quick CSS:
.widget_recent_entries li a {
font-style: normal !important;
}
Cheers!
Josue
Thanks Josue, worked perfectly
You are welcome, glad we could help :)
Regards,
Josue
Thanks a million.
Resolved – I’m happy with this!