Hi Guys,
How can I get rid of the underline that is under number 3? I am using Shopify product review.
Thanks in advance
Hi Guys,
How can I get rid of the underline that is under number 3? I am using Shopify product review.
Thanks in advance
Hey @basicbastardco ,
Would you mind sharing your store URL so we can take a look at your code?
Look forward to hearing from you!
Thanks for your message. Here is the product page link URL https://basicbastard.co/products/basic-bastard-tee
Please add below css code in bottom of assets/base.css file
.spr-starrating a.link {
text-decoration: none;
}
Thank you.
can you try this code
.spr-starrating a.link.underlined-link {
text-decoration: none !important;
}
Thank you! It worked.
Thank you! It worked.

Is there anyway to put the () little bit up? It looks a little weird. Please let me know if you can help. Thank you!