Topic Resolution: Resolved
  • Closed
  • M Pax
    Spectator
    July 27, 2016 at 12:04 am #29374

    How do I control the color of the article date, author, and then the navigation below that points to older and newer posts? The color is very light and I’d like it a little darker. I’m using Evolve Plus.

    http://mpaxauthor.com/2016/07/06/its-shark-month-gearing-up-for-sharknado-scifi/

    ie, July 6, 2016 22 | Written by MPax

    (at bottom) Compelling Reasons to Consume Audiobooks #amwriting by visiting author, Libby Heily

    Denzel Chia
    Moderator
    Posts: 2656
    July 27, 2016 at 1:53 am #29382

    Hi,

    Please the following in Theme Options -> Custom CSS
    It’s for the article date and author link color.

    .entry-meta a, .entry-meta {
    color: #000000 !important;
    }

    Please use the following for the older and newer article link colors.

    .single-page-navigation a {
    color: #000000 !important;
    }

    You can change #000000 to your required color hex code.

    Thank you

    M Pax
    Spectator
    Posts: 22
    July 27, 2016 at 4:14 am #29384

    Thank you! 🙂

    Denzel Chia
    Moderator
    Posts: 2656
    July 27, 2016 at 5:54 am #29386

    You are welcome!
    Thank you