• Resolved tuchchai

    (@tuchchai)


    I try to change font-color on “Post on….by….” on thist theme.

    How I do change ?. Thank you

Viewing 1 replies (of 1 total)
  • Theme Author Han

    (@hwijaya)

    Go to “Appearance > Customize > Posts > CSS” and drop this code

    .entry-header .entry-meta,
    .entry-header .entry-meta a {
        color:blue;
    }

    You can change the color attribute

Viewing 1 replies (of 1 total)
  • The topic ‘Change entry byline font-color’ is closed to new replies.