Home New Guten › Forums › WoodMart support forum › change font size wd-product-sku change font size wd-product-sku This topic has 1 reply, 2 voices, and was last updated 1 year, 7 months ago by Hung Pham. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 5, 2024 at 1:44 am #527033 ObarakParticipant .product-grid-item .wd-product-sku { color: #e70f0f !important; font-size: 15px; } You have given the CSS code above, but it does not work without refreshing the site. January 5, 2024 at 6:30 pm #527365 Hung PhamKeymaster Hi Obarak, Thanks for reaching to us. Please try to add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS .product-grid-item.wd-product .wd-product-sku span{ color: #e70f0f; font-size: 20px; } Regards, Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register