How can I center Loox stars in the Dawn theme?

Hi,

Can someone please help me center these product review stars? I am using Dawn theme. Thanks so much in advance!

Hi @kcam93 ,

We can better assist you if you provide your website. Thank you

hey, i have just DMed it to you thank you!

Hi @kcam93 ,

Thank you for the link. Here you go

  1. From your Admin store, go to Online store > Themes > Click Actions > Edit code
  2. Open the Asset folder, and find the base.css file.
  3. Add the code below.
a[href='#looxReviews'] {
    text-align: center;
}
1 Like

Hey,

Amit from Loox here :slightly_smiling_face:

Sure, we’d be happy to help!

Please reach out to us at support@loox.io and create a staff account for success@loox.app with access to your theme, apps, and pages, and we’d be more than happy to center the star ratings for you!

this worked, thank you so much!