• Hi
    I’d like to change the links sitewide so they change colour if you hover over them but stay black otherwise. And remove the underline, if that is possible?

    Thanks
    Faye

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fapp

    (@fapp)

    I’ll add I have tried loads of codes I have googled into the customizer but nothing seems to do anything.

    Thanks
    Faye

    Hey there!

    Have you tried using this code here:

    a {
        text-decoration: none;
        color: #000000;
    }
    

    ??

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