Archived topic
Unable to change font size of recent posts widget
4 replies · Started by Amit Nair on March 22, 2018
Hello,
I tried to change the size using the Typography --> Widgets.
I am trying to change the summary font size of the 'Recent Posts' widget on the right sidebar. Currently it is too small and not readable.
I am not able to do so.
It changes the font size of other widgets but not this one.
Please help.
Hi there,
The plugin is giving it the style. You can overwrite it like this:
.inside-right-sidebar .rpwe-block h3 {
font-size: 12px !important;
}
Thanks for the info. Could you please let me know the exact file and location where I need to put this code?
Got it thanks. Seems, I am overthinking! :). Thanks for your help.
No problem!