All things Shopify and commerce
hi, when i add a hyperlink to dot points when writing blog posts, they dont change in colour to the blue like they usually do.
Store url: https://evolvedh2o.com/
Example blog post url: https://evolvedh2o.com/blogs/news/hydrogen-water-bottle-silicone-components
Example of the hyperlink changing to blue like it should
Example of the hyperlink colour remaining unchanged when in a dot point list
How do I fix this?
Kind Regards,
Jake
Solved! Go to the solution
This is an accepted solution.
Hi @marlerjake
You can change it on your store by following this instruction:
1. Go to Shopify > Theme > Customize
2. Copy and paste this code on Theme settings > Custom CSS section
.article-template__content a {
color: #1A73E8 !important;
}
.article-template__content a:hover {
color: #1A73E8 !important;
}
Here is the result :
Hello @marlerjake ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your base.css file and paste the following code at the bottom:
.article-template__content li a {
color: #1a73e8 !important;
}
Problem solved don't forget to Like it and Mark it as Solution!
If you need help with customization/code part you can contact me for services
You can find the email in the signature below.
Regards
Guleria
Hello @marlerjake
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
.rte a {
color: #1a73e8 !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
thank you for taking the time to respond
This is an accepted solution.
Hi @marlerjake
You can change it on your store by following this instruction:
1. Go to Shopify > Theme > Customize
2. Copy and paste this code on Theme settings > Custom CSS section
.article-template__content a {
color: #1A73E8 !important;
}
.article-template__content a:hover {
color: #1A73E8 !important;
}
Here is the result :
thank you, worked a charm
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024