How to change content link color?

Homepage Community Forums Legacy Theme Support How to change content link color?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3198
    Sane
    Customer

      Hi Wes, how do I change the link color for posts and pages?

      Thanks.

      #3204
      Wes
      Moderator

        To edit links, take a look around line 150 in your css for this –

        a,
        a:visited {
        color: #000;
        text-decoration: none;
        }

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.