Reply To: Sidebar font change only

Home Forums Support Sidebar font change only Reply To: Sidebar font change only

Home Forums Support Sidebar font change only Reply To: Sidebar font change only

#84797
Tom
Lead Developer
Lead Developer

Hi Rebecca,

You would have to use CSS to change the widget content font.

Something like this:

.widget {
      font-family: FontName;
}

Let me know if you need more info 🙂