How to change linked words back to normal colour?

Solved

How to change linked words back to normal colour?

kimi1
Excursionist
32 0 5

Hi, how do I change the colour of linked text back to the original colour? It should be #6D63E9 but it's turned black/grey after adding the link. I'm using Taste theme

Screenshot 2025-02-18 091524.png

Accepted Solution (1)

LizHoang
Shopify Partner
1250 158 196

This is an accepted solution.

Hi @kimi1 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

.rte a {
    color: #6D63E9 !important;
}

 

Result: 

LizHoang_0-1739852433447.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Replies 4 (4)

B2Bridge
Excursionist
316 64 79

Hi @kimi1 
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

kimi1
Excursionist
32 0 5

Hi @B2Bridge 

The link is https://69d88d-2.myshopify.com/ password is "etrawn", if I input a code for the colours will it take out any pre-existing codes for formatting? Thanks

LizHoang
Shopify Partner
1250 158 196

This is an accepted solution.

Hi @kimi1 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

.rte a {
    color: #6D63E9 !important;
}

 

Result: 

LizHoang_0-1739852433447.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
kimi1
Excursionist
32 0 5

Amazing, that worked thanks!