• I can change the body texts just fine, but not the titles. I’ve looked up a little bit about it and learned that I should make the changes in the style.css, right? I can’t quite find which one exactly would change the titles of my posts to a more legible color.

    I’m using Arcade Basic template.
    My site: https://www.enmantra.com

    Any help would be appreciated. Thanks.

Viewing 1 replies (of 1 total)
  • You need to place your CSS changes in a custom CSS file or when you update the theme you will loose your customizations.

    You can do this by installing a plugin,
    using JetPack’s custom CSS
    or creating a Child Theme.

    Some themes come with a place to put custom CSS so check that as well.

    Here is the code your need to put in your custom CSS file:

    .basic .entry-title {
    color:#fff;
    }

    Cheers,

    Stacy

Viewing 1 replies (of 1 total)
  • The topic ‘How do I change color of post title text?’ is closed to new replies.