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
@BonzaDogTreats - add this css to the very end of hteme.css file and check, should look like the screenshot below
.rte a {color: #558B19;}
3 Likes
Perfect, thank you
Appreciate your help.
@BonzaDogTreats - please like and accept the solution.
1 Like
I added this code to the Custom CSS section under Theme settings in the Impulse theme. Worked like a charm. Thank you!
1 Like
@TheCheeseMan - nice to know that it helped you.