Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter diannadk

    (@diannadk)

    .widget-title { color:#39835c; }

    How do I make the font heavier or bold in the body of the About Me widget?

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Chance color on headers in widget’ is closed to new replies.