font size in RSS feed

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15152
    Bob Deaver
    Participant

    I’ve just added an RSS feed to my site on this page http://gardenandsoul.com/about-3/
    (I know there’s a built-in RSS feed for Encounters but I want the feed to be visible without having to hit a button)
    This is the default RSS feed in WordPress and it’s in my Content Bottom 4. I don’t know if this is a theme issue, but the type is really small. Is there a way to change this? I guess I could always find another RSS plugin that has more settings.

    #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%;}
    #15153
    Bob Deaver
    Participant

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.