Hi, see screenshot – how do I control that font? https://screencast.com/t/gGMtU5Qe
Many thanks
Hey adminaws123,
Please try the following in Quick CSS under Enfold->General Styling:
#footer .news-headline {
font-family:verdana !important;
}
Best regards,
Rikard
Hi,
You had a css conflict with what looks like a plugin, I added this to your Quick CSS and fixed it:
.recentcomments a,.widget_recent_entries li a {
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
font-style: normal!important; }
Please clear your cache :)
Best regards,
Mike
Many thanks. Much appreciated!!