Tagged: footer widget
Hi, i am using the widget “recent posts” in my 3rd footer column, this works but i want to remove the italic style of the font (and maybe the horizontal line between post titles.
Hey rolfroyce!
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
thx worked