So i have made a page using shogun and i have made my collection page, but shopify makes the product titles blue because they are links what is some code to change the titles to black? Only on this page though.
theme:Dawn
Website:desire-online.net
So i have made a page using shogun and i have made my collection page, but shopify makes the product titles blue because they are links what is some code to change the titles to black? Only on this page though.
theme:Dawn
Website:desire-online.net
Hey @jakegrieveson
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
You can follow the following steps:
If this solution is worked, then please Like this and Mark this as accepted solution!
Laddi
You can do that by adding this code to Custom CSS of Shogun
.shg-product-title-component a { color: #000 !important; }
Hi [email removed],
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at the bottom of the file → Save
[data-shg-product-target="product-title"]{
color:black !important
}
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Hello @jakegrieveson
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.shg-product-title-component a {
color: #000 !important;
}