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

Solved

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

BonzaDogTreats
Shopify Partner
101 1 17

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

 

 

Accepted Solution (1)

suyash1
Shopify Partner
10974 1357 1734

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

 

suyash1_0-1658548682830.png

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 5 (5)

suyash1
Shopify Partner
10974 1357 1734

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

 

suyash1_0-1658548682830.png

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
BonzaDogTreats
Shopify Partner
101 1 17

 

Perfect, thank you 🙂 Appreciate your help.

suyash1
Shopify Partner
10974 1357 1734

@BonzaDogTreats - please like and accept the solution.

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
TheCheeseMan
Tourist
4 0 4

I added this code to the Custom CSS section under Theme settings in the Impulse theme. Worked like a charm. Thank you!

suyash1
Shopify Partner
10974 1357 1734

@TheCheeseMan - nice to know that it helped you.

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.