Sidebar Title

Hi Movin,

How do I reduce the size of all the titles for my sidebar widget? (Follow Us, About Me, Categories, etc).

Yvonne

Hi Yvonne,

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

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

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

h3.widget-title {
    font-size: 18px;
}

Best Regards,
Movin