Re: Change text link colour

Solved

How can I change my text link color to solid brown?

antoinelacour
Excursionist
43 0 8

Screenshot 2023-12-03 at 12.43.36.png

Hello!

 

See above, I would like to change this text link colour from green to solid brown #593D08 (not faded like the green is a faded version of the green colour it's set to)

 

The site is www.plantedjournal.shop

 

Any help would be greatly appreciated! 

Accepted Solution (1)
Abdosamer
Shopify Partner
895 163 183

This is an accepted solution.

@antoinelacour , add the following code to base.css:

#shopify-section-template--18255007678787__9022cfa1-f897-4c4e-89aa-6695d243d9d3 a {
    color: #593d08 !important;
    
}
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

View solution in original post

Replies 9 (9)

Abdosamer
Shopify Partner
895 163 183

@antoinelacour , go to component-rte.css and add the following code:

.rte a {
    color:  #593D08 !important;
}
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
antoinelacour
Excursionist
43 0 8

Hi @Abdosamer 

Thank you! This fixed the colour for this text link but unfortunately it also changed the colour of the other text link in the footer, which I would like to be green instead. Any help?

Abdosamer
Shopify Partner
895 163 183

@antoinelacour , Remove the previous code and add this instead:

.isolate .rich-text__text rte a{
   color : #593d08 !important;
}
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
antoinelacour
Excursionist
43 0 8

This made both of the text links green 😅

Abdosamer
Shopify Partner
895 163 183

@antoinelacour , where did you add the code?

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
antoinelacour
Excursionist
43 0 8

To component-rte.css, see belowScreenshot 2023-12-03 at 13.27.32.png

antoinelacour
Excursionist
43 0 8

Any help with this last one @Abdosamer ? Everything else is now perfect, I just need to change this text link to a solid (not faded) brown #593D08

Abdosamer
Shopify Partner
895 163 183

This is an accepted solution.

@antoinelacour , add the following code to base.css:

#shopify-section-template--18255007678787__9022cfa1-f897-4c4e-89aa-6695d243d9d3 a {
    color: #593d08 !important;
    
}
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
antoinelacour
Excursionist
43 0 8

That did it! Thank you so much for your help