Edit Hyperlinks Appearance

Homepage Community Forums inSync Theme Support Edit Hyperlinks Appearance

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #18974
    caroline
    Customer

      Hi,
      I’ve changed the color of linked text in the Entries CSS area. How can I eliminate the underline and additional font weight in linked text in the inSync theme? I’d like the type to be the same weight/size as unlinked text and remove the underline, if possible.

      http://bit.ly/2aZnm7G

      Thank you,

      Caroline

      #18975
      caroline
      Customer

        Edited font weight in CSS Typographical area. Any feedback on eliminating the underline?

        #19040
        Wes
        Moderator

          I only see an underline when the links are hovered over. To remove it, take a look at line 202 in your CSS for this –

          a:hover {
          	color: #888;
          	text-decoration: underline;
          }
          #19063
          caroline
          Customer

            Perfect! That did it. Thanks, Wes.

            #19071
            Wes
            Moderator

              You’re Welcome!

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘Edit Hyperlinks Appearance’ is closed to new replies.