• Resolved bremarie86

    (@bremarie86)


    Is there a way to change color of linked text? I find the links blend in with the rest of the text and do not make it obvious that they’re links. I’m using the free version of Unlimited

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Unlimited!

    You can change the color of the links with this CSS:

    .post-content a,
    .post-content a:link {
      color: #43bac4;
    }

    Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away. The color code can be switched out with whatever color you’d like.

    Thread Starter bremarie86

    (@bremarie86)

    Great, thank you!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome!

    Don’t hesitate to contact me here if you need anything else, and I’ll be happy to help.

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