Widget Titles Font Sizes

How do I fix (reduce) the title font size in the widget titles in the sidebar? Please see screenshots.

It shows “Promos” and “Recent Posts”. Those are both sidebar widgets. I need to make those titles a smaller font size.

What do I need to enter in the Customizer CSS box?

Thanks for all your help.

Hi @steveb47,

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

#secondary h3.widget-title {
    font-size: 20px;
}

Please change the font size 20px in the above code to reduce or increase widget title font size.

Best Regards,
Movin

Thanks once more @Movin. You are such a star :slight_smile:

You are most welcome here :slight_smile: