• How do I change the color of the “Posted on September 6, 2016”?

    I have tried changing all the colors in the customize settings and none seem to effect that.

    Also, how would I add a time to that so it shows both the time and date?

Viewing 1 replies (of 1 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    I never realized I did not have a colour setting for that. This is one of my older themes, so perhaps this is something I should add on the next theme update. However, in the meantime, the default styling for that is done with:

    .entry-meta {
        margin-bottom: 14px;
        color: #B6B6B6;
        font-size: 0.813rem;
    }

    If you want to change the meta info colour, you can do it this way:

    .entry-meta {
        color: #B6B6B6;
    }

    Make sure when making custom changes like this, you are using either a child theme or a CSS plugin such as “Simple Custom CSS”, or if you are using Jetpack, you can use their own Custom cSS feature.

    For the time, go to your WordPress Settings >> General Settings.

Viewing 1 replies (of 1 total)
  • The topic ‘Changing font color’ is closed to new replies.