Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi romanomad,
    The link colors depend on this CSS rule

    #content ul a, #content ol a {
      color: #777777;
    }

    In a child theme or custom CSS plugin change this into:

    #content ul a, #content ol a {
      color: #05A9C5;
    }

    I hope this helps

    Thread Starter romanomad

    (@romanomad)

    Thanks for the quick response! Worked like a charm 😀

    Very glad to hear it!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Some links are not displaying as link color while static or upon hover’ is closed to new replies.