Hello,
I am using a debut theme, and I applied a code that will reveal the second product image when hovering it.
This is the code https://www.youtube.com/watch?v=iPPO7dfwiUY
However, the product price at homepage is aligned to the left. I tried to make it align center and the result is disappointing…
This is the code right now:
Hello There,
Please share your store URL and and passwor.
So that I will check and let you know the exact solution here.
How to center product price in collections at homepage?
https://community.shopify.com/post/1404436
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.css and paste this at the bottom of the file:
.grid-view-item__meta dd {
margin-left: 0;
text-align: center;
}
It works! I really appreciate your help.
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.