Hi there,
Ive got Bebas Neue installed so I was wondering how I can change just any Footer Widget Titles to this font?
Cheers
Andy
Hi,
Try this on your custom.css
#footer .widgettitle {
font-family: "BebasNeueRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
Regards,
Ismael
Works a treat. Thanks