Matching font style for widget and element

Posted in: Newspaper
Post count: 17

Struggling to match my “RSS” widget font with my “recent posts” widget font. Link (you’ll see the two near one another on the sidebar):

https://www.clemsonsportsnetwork.com/2019/09/24/clemson-baseball-recruiting-class-ranked-13/

I’m wanting to make the RSS font the same as the recent posts font but can’t locate the font setting for that particular widget.

Thanks in advance.

  • This topic was modified 6 years by CLEM5ON.
Post count: 35449

Hello,

This can be achieve with some custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
-> http://prntscr.com/pamm1o
.widget_rss li .rsswidget {
font-family: Verdana, Geneva, sans-serif;
font-size: 16px;
}

Add the code in theme panel> custom code> custom css

Thank you!

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