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 #2773237
Change font size and typeface of Sidebar in Soledad
Closed

Comments

  • dancedarted started the conversation

    How do I change the font size and typeface for the body text in a sidebar?

    In the customizing options, I can adjust the font size of header in sidebar but not the body copy.

    Much thanks for your help.



  •  2,495
    PenciDesign replied

    Hi,

    You can do that by copy the code below and paste it to the end of Customize > Custom CSS box:

    #sidebar .widget {
      font-size: 14px;
      font-family: inherit;
      color: #333333;
    }
    #sidebar .widget h1,
    #sidebar .widget h2,
    #sidebar .widget h3:not(.widget-title),
    #sidebar .widget h4,
    #sidebar .widget h5,
    #sidebar .widget h6 {
      color: #000000;
    }

    Change color codes above  333333 and 000000 to any color code as you want. You can get a color code here

    Regards,

    Pencidesign

  • dancedarted replied

    Much thanks.

    That's worked.