• Resolved TedandToot

    (@tedandtoot)


    Hi

    I am using RB Internal Links on my pages. My theme is Patchwork.

    I am wondering if you can tell me how to change the colour of my links?

    At the moment the links are the same colour as the text and they are not very obvious.

    Can I add something into the Editor or style to do this???

    Cheers

    Ted and Toot

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Caroline Moore

    (@sixhours)

    It should be as simple as adding something like this into your child theme or Custom CSS plugin:

    a,
    a:visited,
    a:hover,
    a:active {
       color: #000; /* change this to the hex value of the color you want */
    }
    Thread Starter TedandToot

    (@tedandtoot)

    thanks you 🙂

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