How can I eliminate the underline from the review number in Shopify?

Hi Guys,

How can I get rid of the underline that is under number 3? I am using Shopify product review.

Thanks in advance

1 Like

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.

1 Like

@basicbastardco

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.spr-starrating a.link.underlined-link {
    text-decoration: none !important;
}
1 Like

Thank you! It worked.

Thank you! It worked.

Screenshot 2022-06-15 3.14.59 PM.png
Is there anyway to put the () little bit up? It looks a little weird. Please let me know if you can help. Thank you!