Site logo

Archived topic

How to format widget font

1 reply · Started by Ashley on October 25, 2016

Viewing posts 1–2 of 2

Hi, I'll like to apply italics to my widget font but couldn't figure out how to do it. I've searched through the GP typography and layout add-ons and couldn't find such a functionality (please correct me if I'm wrong). Then I Googled on how to tweak it manually in style.css. But I'm new to Wordpress and coding and don't quite know how to do it. I've installed the Simple CSS plugin but don't know how to code! Could someone more expert than me help? Thank you!!

Ashley

Hi Ashley,

Plop this into Simple CSS and that should do the trick :)

.footer-widgets .widget-title {
    font-style: italic;
}

Cheers!
Lyle

This archived topic is closed to new replies.