Forums
Home / Theme: Kale / Chance color on headers in widget
(@diannadk)
6 years, 1 month ago
How do I change the color on headers in widget?
.widget-title { color:#39835c; }
(@amandaleelifestyle)
How do I make the font heavier or bold in the body of the About Me widget?
(@jarektheme)
Hi @amandaleelifestyle,
Here is the code to make page content bolder but please note that this will change all pages:
.page .page-content { font-weight: bold; }
You need to add this code to Appearance → Customize → Additional CSS.
If you want to change only the content of “About me” page then send me URL to this site so I’ll modify code a bit.
Best