Bold Links

  • This topic has 3 replies, 2 voices, and was last updated 11 years ago by Wes.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3581
    ignitepay
    Customer

      Is there a way to make all links non-bold by default?

      #3592
      Wes
      Moderator

        Yes, take a look around line 159 or search for this in your style.css file –

        a {
        font-weight: 700;
        }

        You can either remove this all together, comment it out, or change it to 300 or 400.

        #3601
        ignitepay
        Customer

          I changed it to 300. Thank you Wes.

          #3604
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Bold Links’ is closed to new replies.