Visited Links on Blog Lighter

Hi, all! The visited links in my blog posts are a lighter color than they are supposed to be (#402020). I’ve tried all sorts, but I can’t figure out how to make them the same color as the rest. If I hover over them, they return to their original color, but then go lighter again. Any help would be appreciated. Thank you!

The blog post in question: https://shophannahlou.com/blogs/posts/sublimation-for-beginners-how-to-size-and-print-a-tumbler-wrap-using-canva

@hannahlou - please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

.rte a:visited{color: rgba(64 32 32,1) !important;}

Hello @hannahlou

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

article.article-template a { color: #402020 !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

This worked perfectly! Thank you so much!

1 Like

This didn’t work, but thanks! I appreciate it. I’ve fixed it now :smiley: