• Resolved calebt2

    (@calebt2)


    I’m trying to change the link colors on the site because they aren’t currently distinguished from the regular body text. If you could let me know where in the CSS to edit this, that would be great. Thanks!

Viewing 1 replies (of 1 total)
  • if the link is on the body, change the part of body a css

    body a {
    color: #FF706C; // this is a color link
    text-decoration: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘How to change link colors’ is closed to new replies.