• Resolved HelloImHandmade

    (@helloimhandmade)


    Hello,

    I am wondering how I can change the font of the text in the body of my sidebar widgets with GeneratePress. I see I can easily change the widget’s titles, but not in the body of the widget.

    Thank you in advance for any help you may be able to provide.

    Sincerely,
    Julie

    P.S. I’m working on https://www.HelloImHandmade.com

Viewing 1 replies (of 1 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    We’ll be adding a font size option for the widgets in a future version of the Typography add-on.

    For now, you can use this CSS:

    .widget {
          font-size: 14px;
    }

    Adjust the pixels to whatever you like ??

Viewing 1 replies (of 1 total)
  • The topic ‘How do I change the font in a sidebar text widget?’ is closed to new replies.