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
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024