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?
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.
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
https://d66377-2a.myshopify.com/products/test
Password: 123456
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
Hello @MMO1 ,
Please add the below-mentioned code at the bottom of the theme.liquid file before tag.
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:
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