Hello community!?
I am currently building my web page, and I’m using 2.0 themes. I’m trying to change the position of Ryviu star ratings on my product page (as shown below).
However, I couldn’t find the right .liquid like I used to when I use 1.0 themes (as shown below).
Is this possible to do that?
Thank you so much for your help!
1 Like
Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.
1 Like
@ZestardTech the URL is fitody.com. thank you!
1 Like
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.scss.css and paste this at the bottom of the file:
.product__info .product-form__custom-liquid {
margin: 0;
padding-bottom: 16px;
border-bottom: 1px solid rgb(var(--border-color));
}
.product__info product-meta.product-meta {
margin-bottom: 0;
border: 0;
padding-bottom: 0;
}
1 Like
@ZestardTech work like a charm! thank you so much!
1 Like
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
1 Like