Comments gsh0cker started the conversationSeptember 13, 2017 at 8:05amHi. 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,700PenciDesign repliedSeptember 13, 2017 at 8:48amHi,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 Sign in to reply ...
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
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