Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    Your theme is setting the color of the links using:

    #contentright a {
      color: #fff;
    }

    So, you need to also target the #contentright div to override this:

    #contentright .mtphr-dnt a {
      color: #000;
    }
    Thread Starter Jan Weiss

    (@rumpel2116)

    Works. Thank you for your fast reply, awesome support!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change color of link’ is closed to new replies.