Widget Font Size?

Hi,

Reference - http://www.sturgeonlakeosprey.com

I have been used your Sparkling & Sparkling Child theme for almost 2 years now. Wonderful. However, I noticed recently that the font size in the body on the text widget (weather station) & e-mail subscription widget is appearing abnormally large. If you go to other pages with the right navigation bar, the font size is reduced as it should be. I haven’t done hardly any editing to it the past year. I tried rebooting the server & updating plug-ins & themes, but it doesn’t appear to help. See two attachments as a reference for the anomaly.

Any assistance is greatly appreciated. I am not a big guru at WordPress.

Hi @sparc500

I hope you are well today and thank you for your question.

You can reduce their font size by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

#secondary .widget {
    font-size: 14px;
}

Best Regards,
Movin