Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi there
I would like any hyperlinks on pages, products, collections, home page etc to be a different colour from my main text colour BUT NOT change the links in menu, announcement bar or footer .
I found a piece of code which did work on product pages but also changed the announcement bar and main menu.
Thanks for any help anyone can offer.
Website is www.bonzadogtreats.com.au - wanting hyperlinks to be in #558B19
Solved! Go to the solution
This is an accepted solution.
@BonzaDogTreats - add this css to the very end of hteme.css file and check, should look like the screenshot below
.rte a {color: #558B19;}
This is an accepted solution.
@BonzaDogTreats - add this css to the very end of hteme.css file and check, should look like the screenshot below
.rte a {color: #558B19;}
Perfect, thank you 🙂 Appreciate your help.
@BonzaDogTreats - please like and accept the solution.
I added this code to the Custom CSS section under Theme settings in the Impulse theme. Worked like a charm. Thank you!
@TheCheeseMan - nice to know that it helped you.