• ansdiscog

    (@ansdiscog)


    Greetings!

    I like the theme very much, but I want to change the link colors to: link=”#E19D0B”
    vlink=”#aaaaaa” alink=”#990033″

    I’m not a coder, so if you can send me step-by-step instructions on what to do, I’d really appreciate it.

    Thanks, Randye J.

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

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello ansdiscog,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer(i.e customize -> additional css)

    a:visited {
        color: #aaaaaa;
    }
    a:link {
        color: #E19D0B;
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Change Link Colors’ is closed to new replies.