Shopify themes, liquid, logos, and UX
Hi, I have a product description like this:
This item is great. Read more.
I want to specify the red link to have a red underline as well, on both the default state and upon hover. How do I do this?
Please provide link to the store.
@sahilsharma9515 @sanjaykmr
https://d66377-2a.myshopify.com/products/test
Password: 123456
Hi @MMO1
Can you please provide your store URL and password as well if applicable, so that I can provide you solution that can work for your store.
Best regards
Sahil
- Your
Hi @MMO1 Please add the code in your theme.css/base.css/style.css file which is available in your theme.
.rte a {
color: red !important;
}
If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
Hello @MMO1 ,
Please add the below-mentioned code at the bottom of the theme.liquid file before </body> tag.
<style>
.rte a {
text-decoration-color: red;
}
</style>
I hope the code will help you to change the text underline color to red.
Output =>
Please share if you have any queries.
Thank you.
Hi @MMO1
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
.product__description a {
text-decoration-color: #ff0000;
}
</style>
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025