Reply To: font size in RSS feed

Home Forums WordPress Themes – Premium Encounters font size in RSS feed Reply To: font size in RSS feed

#19917
Sushil Adhikari
Moderator

You might be better off to use a plugin because they often have more features and options available to you. However, if you are using the rss widget, you can add some custom CSS to target the widget and its widget class of:

.widget_rss

Just add a font-size to that…I’d add a % instead of px. For example 110%

.widget_rss {font-size: 110%;}