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

I want to change font size wd-product-sku

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #525154

    Obarak
    Participant

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

    Hello,

    Can you please share the page URL so I will try to give you the custom CSS code?

    Best Regards.

    #525236

    Obarak
    Participant

    in extra information. Thanks

    #525253

    Obarak
    Participant

    you can look any woodmart demo for sku font size please

    #525405

    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.

    #525420

    Obarak
    Participant

    Thanks

    #525457

    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.

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

The topic ‘I want to change font size wd-product-sku’ is closed to new replies.