Home New Guten Forums WoodMart support forum change font size wd-product-sku

change font size wd-product-sku

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #527033

    Obarak
    Participant

    .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.

    #527365

    Hung Pham
    Keymaster

    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,

Viewing 2 posts - 1 through 2 (of 2 total)