Home New Guten Forums WoodMart support forum Center SKU only on product card

Center SKU only on product card

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #666592

    raz.sofer
    Participant

    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

    #666643

    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,

    #666653

    raz.sofer
    Participant

    attached

    Attachments:
    You must be logged in to view attached files.
    #666730

    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,

    #666909

    raz.sofer
    Participant

    Thank you Aizaz!

    #667035

    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,

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

The topic ‘Center SKU only on product card’ is closed to new replies.