The font on this widget will follow the font for body text you've selected via Customize > General > Typography > Font for Body Text
To change the font size, color, please try add more this code to Customize > Custom CSS:
.widget_recent_comments ul li a, .widget_recent_comments li span { font-size: 18px; }
.widget_recent_comments ul li{ color: #000000; }
.widget_recent_comments ul li a{ color: #ff0000; }
.widget_recent_comments ul li a:hover{ color: #0000ff; }
Change value 18 to font size as you want.
Change values 000000, ff0000, 0000ff to color codes you want to change the text color, link color, link hover color. You can get a color code here
How i can change font, font size, font style, font color in the comment widget?
Hi,
The font on this widget will follow the font for body text you've selected via Customize > General > Typography > Font for Body Text
To change the font size, color, please try add more this code to Customize > Custom CSS:
Change value 18 to font size as you want.
Change values 000000, ff0000, 0000ff to color codes you want to change the text color, link color, link hover color. You can get a color code here
Best Regards,
PenciDesign
"The font on this widget will follow the font for body text you've selected via Customize > General > Typography > Font for Body Text..."
It's already set up. But the fonts are different.
.widget_recent_comments ul li a, .widget_recent_comments li span { font-size: 17px; font-family: Volkorn}
This works))