How can I change the colour of hyperlinks in Impulse Theme without affecting menu links?

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;}

Perfect, thank you :slightly_smiling_face: 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.