• Hi! I now have blue titles, links etc but I want to change that to black/dark grey via the costumizer. But if I do that, the links also change black/dark grey and you can’t see what is a link and what is normal text anymore.

    Is there a way to change the link color manually?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Travellust,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    a {
      color: red;
    }

    Thanks!

    Thread Starter Travellust

    (@travellust)

    Thanks for the response but that does not work. If I add that code, the titels on the front page and other links also change to red. I want to have dark grey text, titles etc. The only thing I want to change is the link color in the articles. So that people know that it’s clickable.

    Hi there,

    For that, this code can be used:

    .entry-content a {
      color: red;
    }

    Thanks!

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