• I am having trouble changing the link color on my website. They are currently set at white and are blending in with the background. I am editing a previously designed css, I thought I changed the link color, but nothing is changing.

    Any advice.

    Website: http://www.nlolchicago.org

Viewing 1 replies (of 1 total)
  • #main-menu a {
        display: block;
        position: relative;
        color:#ccc;
    }

    for your main menu edit this class of css

    i try changing it’s color it’s working fine..

    for your footer edit this class

    #footer-wrapper a {
        color: #c03;
        text-decoration: none;
    }
Viewing 1 replies (of 1 total)

The topic ‘Link Color’ is closed to new replies.