I want to change font size wd-product-sku
-
i did try this code in custom css, but work in main page and do not work in categories page
.product-grid-item .wd-product-sku {
color: var(–color-gray-400);
word-break: break-all;
font-size: 75%
}
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page URL so I will try to give you the custom CSS code?
Best Regards.
in extra information. Thanks
you can look any woodmart demo for sku font size please
Hello,
Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.product-grid-item .wd-product-sku {
color: #e70f0f !important;
font-size: 15px;
}
Best Regards.
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘I want to change font size wd-product-sku’ is closed to new replies.