change blog page font color?

  • Unknown's avatar

    I’m having trouble changing the font color of my blog post titles on my blog page. See here: https://divine-lotus-tea.com/blog/

    I’ve tried pasting code to my custom CSS and even messed in theme editor with no success. The linked blog post titles are invisible until I hover over them and clock. Need to change that so post titles can be read!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello there,

    What you’re going to want to do is select the link within the post title and change it’s color. You can do this by using this CSS:

    .h3.entry-title a {
        color: red;
    }

    Change red with whatever color you want.

    It also appears that your site is being hosted at another company which means that it is not running the WordPress.com platform but it’s using the open-source WordPress.org platform. Since the platforms are different you should ask for help at their support forums and you’ll get more adequate help:
    https://wordpress.org/support/

    Read this to find out more about the difference between the two:
    https://wordpress.com/support/com-vs-org/

    Hope this helps!

  • Unknown's avatar
    .entry-title a {
        color: red;
    }

    Excuse me but this is the correct code. I mistakenly left the h3 in t here I’m sorry.

  • The topic ‘change blog page font color?’ is closed to new replies.