• Resolved sharonhueymfti

    (@sharonhueymfti)


    Hello all,

    I’m having some trouble with my the color of my links. In the Themify>>Customize page I’m able to save it to a specific color, however after the page saves it re-loads to black.

    Does anyone know how to adjust the code to fix this? https://www.sharonhuey.com.

    Any help is appreciated. Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter sharonhueymfti

    (@sharonhueymfti)

    Never mind. For future reference I added this code:

    a:link {
    COLOR: #0000FF;
    }
    a:visited {
    COLOR: #800080;
    }
    a:hover {
    COLOR: #FF0000;
    }
    a:active {
    COLOR: #00FF00;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Link Color Won't Change’ is closed to new replies.