Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2727994
Comments widget fonts
Closed

Comments

  • SiberianWolfNsk started the conversation

    How i can change font, font size, font style, font color in the comment widget?

  •  2,699
    PenciDesign replied

    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:

    .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


    Best Regards,

    PenciDesign

  • SiberianWolfNsk replied

    "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.

  • SiberianWolfNsk replied

    .widget_recent_comments ul li a, .widget_recent_comments li span { font-size: 17px; font-family: Volkorn}

    This works))