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 #1301431
How to add color/bold/change font for "ABOUT ME" text?
Closed

Comments

  • gsh0cker started the conversation

    Hi. How do I add color, bold, or change the font in the "ABOUT ME" text for my homepage side bar?  I saw no option for me to do this.  Possible?  I want it to stand out more, it's too plain.  

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    It's only a text so we don't make multiple options on it because this theme have a lot of position like this.

    If you want to change color & bold for "About Me" text, please add more this code to Customize > Custom CSS:

    .widget .about-widget > p { color: #ffff00; font-weight: bold; }

    Note:

    - Change color code ffff00 to any color code you want. You can get a color code here

    - Remove font-weight: bold; on the above code if you don't want to make that text bold.

    - This theme doesn't support change font type on about me widget text.


    Best Regards,

    PenciDesign