Font size of particular widget in sidebar

Posted in: Newsmag
Post count: 136

Hi,

The text in this particular widget showing as 13px not 14px:
https://smallcaps.com.au/wp-content/uploads/2017/04/14xp-not-13px.png
How can we make it show up as 14px?

Other widgets in sidebar show 14px such as the “Recent Posts” widget.

The widget box in the sidebar that is showing text at 13px:
https://smallcaps.com.au/wp-content/uploads/2017/04/Widget-box-of-text-showing-as-13px-not-14px.jpg

Regards,
https://smallcaps.com.au/

Post count: 23312

Hello WakeUpCallProject,

You should use a bit of CSS code to change the font size property for your widget. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-ss-main-sidebar .widget_text a{
font-size:14px!important;
}

Thanks for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.