• Resolved karenstl

    (@karenstl)


    How do you change the color of all links using css? I changed all of the colors in the theme and the blue just doesn’t look good.

    http://www.archcityhomes.com

    Thanks for the great free theme. Really liking how it inspired a different focus for my site based on the skills and expertise sections for the front page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hareesh S

    (@hareesh-pillai)

    Use the following style.

    a {
    color: #24890d !important;
    }

    Thread Starter karenstl

    (@karenstl)

    Thanks…and you found me the perfect color too!

    It looks great for all of the links throughout the site, but this code overwrote the settings in the Theme Customizer for the links in the navigation and employee widget. Is there a way to modify the code so it doesn’t affect the settings in the theme customizer?

    Add it like this:

    a {
    color: #24890d;
    }

    Thread Starter karenstl

    (@karenstl)

    Thanks. This worked perfectly. Mark it resolved 🙂

    Hareesh S

    (@hareesh-pillai)

    Glad it worked. 🙂 Have a good day!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Change link color’ is closed to new replies.