Set link color separately from secondary accent color

  • Author
    Posts
  • #92047

    Is there a way to set the link color separately from doing this by changing the secondary accent color? I would like everything else affected by the secondary accent color to stay as is, but I would like for the links to stand out more and so want to change only that color.

    Thanks for the terrific theme!!

    Website: www.knitpotion.com

    • This topic was modified 4 years ago by knitpotion.
    #92284
    Zed
    Cryout Creations mastermind

    You could use custom CSS to tweak the links colors:

    a { color: #333; }
    a:hover { color: #aeaeae; }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #92901

    Wonderful! Thanks so much for letting me know how to do this!!

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Set link color separately from secondary accent color’ is closed to new replies.