I want to get rid of that blue underline under The Text On My Image banner. if you want to check it out on my website it is on Lauvage.com
Hello @yds41
Thank you for reaching out to the Shopify community.
Here are the steps to remove the underline from banner hyperlinks
-
Navigate to the theme editor Online Store → Themes → Edit Code.
-
Search for the asset named as base.css, open the file and add the below code:
.section a:-webkit-any-link{
text-decoration:none;
}
Save the changes and please have a check once. Let me know if this was helpful.
Thanks.
It worked thank you so much!