Change Publish Date Colour

  • Unknown's avatar

    Hi,

    I’m trying to change the colour of the publish date on the homepage but can’t find any CSS that works. I’d like to change it from grey to black (or another colour aside from grey. I got the hex codes down). I’m new at code even if it’s copy and paste. The codes I’ve found I’m not sure what I’m meant to select from the drop down box after pasting the code which is why I think none is working.

    Thank you in advance!

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

  • Hey there!

    This should do the trick:

    body, button, input, select, textarea {
        color: #000000;
    }

    Let me know if that works for you.

    Thanks!

  • Unknown's avatar

    Thank you!

    It worked perfectly!

  • The topic ‘Change Publish Date Colour’ is closed to new replies.