[Support request] How to format widget font

Home Forums Support [Support request] How to format widget font

Home Forums Support How to format widget font

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #238857
    Ashley

    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

    #238868
    Lyle

    Hi Ashley,

    Plop this into Simple CSS and that should do the trick 🙂

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

    Cheers!
    Lyle

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.