Center SKU only on product card
-
Hi
I would like to center SKU line but only on product card, so it won’t affect areas like mini cart or cart.
How can I do so?
.wd-product-sku only works globally
Hello,
I wasn’t able to see the product SKU displayed in the product grid on your site. Could you please enable the SKU option and share the page URL with me? Once I have that, I’ll take a closer look and provide you with a suitable solution.
Best Regards,
attached
Attachments:
You must be
logged in to view attached files.
Hello,
Add the code below to the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.wd-product .wd-product-sku {
text-align: center;
width: 100%;
display: block;
}
Best Regards,
Hello,
You’re very welcome! If you need anything else, feel free to reach out!
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards,
The topic ‘Center SKU only on product card’ is closed to new replies.