How can I change my product page link color to purple?

Solved

How can I change my product page link color to purple?

Dekanten
Navigator
326 1 117

Hi

 

I have added a Brand linktext who works well, see attached photo with red line around the brand name. I have painted up so i can show you the place i want to have text who shows this is a link.  This is just black text, i would like to make it visible as a link with a purple color or something. Can this be fixed?

 

This is on the product page.

 

I want to change color on it or anything so this can be showed as a link.

 

My url: www.dekanten.no

Screenshot 2024-03-06 at 16-04-07 Spicebomb Extreme(1).png

Accepted Solutions (2)

thirtycoders
Shopify Partner
135 21 27

This is an accepted solution.

Hi @Dekanten,

Simply follow these steps:

Navigate to Online Store -> Theme -> Edit code.
Search for the file "base.css."
Paste the provided code at the bottom of the file.
Save your changes.

 

a.product__text.caption-with-letter-spacing {
    color: #800080fa !important;
}

 

 

thirtycoders_0-1709747619959.png

 

 
Thank you

Thirtycoders || Shopify Partner
Found my response useful? Show your appreciation with a Like!
Did your query get resolved? Mark it as an Accepted Solution.
For additional discussions, reach out via: Email ID: thirtycoders@gmail.com

View solution in original post

Made4uo-Ribe
Shopify Partner
9694 2306 2880

This is an accepted solution.

HI @Dekanten 

Do you like to add color only? Not the underline? Check this one.

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

a.product__text.caption-with-letter-spacing {
    color: #512260;
}

 

And Save. 

Result:

Made4uoRibe_0-1709745565446.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 4 (4)

thirtycoders
Shopify Partner
135 21 27

This is an accepted solution.

Hi @Dekanten,

Simply follow these steps:

Navigate to Online Store -> Theme -> Edit code.
Search for the file "base.css."
Paste the provided code at the bottom of the file.
Save your changes.

 

a.product__text.caption-with-letter-spacing {
    color: #800080fa !important;
}

 

 

thirtycoders_0-1709747619959.png

 

 
Thank you

Thirtycoders || Shopify Partner
Found my response useful? Show your appreciation with a Like!
Did your query get resolved? Mark it as an Accepted Solution.
For additional discussions, reach out via: Email ID: thirtycoders@gmail.com

Made4uo-Ribe
Shopify Partner
9694 2306 2880

This is an accepted solution.

HI @Dekanten 

Do you like to add color only? Not the underline? Check this one.

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

a.product__text.caption-with-letter-spacing {
    color: #512260;
}

 

And Save. 

Result:

Made4uoRibe_0-1709745565446.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Dekanten
Navigator
326 1 117

Thank u so much, just what i wanted. Many thanks again. 😄 Grateful for this. 🙂

Dekanten
Navigator
326 1 117

Hi again, is it possible to add a hover effect over this "link" too? That could be a cool thing. 🙂