• Resolved lisasutcliffe

    (@lisasutcliffe)


    Hello,

    Is someone able to tell me how I can change my blog post font colour to black?

    Thanks so much,

    Lisa.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    Look for this css rule in your theme’s style.css:

    body, .entry-content {
        color: #53565a;
    }

    Change 53565a to whatever color you like.

    For example for black color it would be like so:

    body, .entry-content {
        color: #000000;
    }

    Consider creating a child theme otherwise all your customization will be overwritten when you next update your theme.

    Alternately:
    – If your theme has a custom CSS option, use that to add the CSS.
    – If you are using WordPress 4.7+, use the “Additional CSS” option in the customizer.
    – If not, install the plugin Simple Custom CSS

    Thread Starter lisasutcliffe

    (@lisasutcliffe)

    Hi @t-p,

    Thank you so much for your help, it worked!

    By any chance would you happen to know how I can do the same for headings?

    Thanks so so much.

    Lisa.

    Thread Starter lisasutcliffe

    (@lisasutcliffe)

    Hi @t-p,

    Thank you so much for your help, it worked!

    Thanks so so much.

    Lisa.

    Moderator t-p

    (@t-p)

    Glad to know it ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change font colour’ is closed to new replies.