Home Forums WoodMart support forum display of the article on the site

display of the article on the site

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #709305

    opalamarchuk.01
    Participant

    Where in the product can I enable or disable the display of the article on the site?

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    In Theme Settings > Single Product > Elements > Show Product Meta, you have a global option that controls meta display for all products.

    If you want to hide a specific meta element, you can share the page URL with me, and I can provide a custom CSS code to hide it.

    Best Regards,

    #710393

    opalamarchuk.01
    Participant

    I need to hide the SKU. Access granted

    #710427

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Navigate to Theme Settings > Single Product > Elements > In the Show Product Meta area, choose the product meta option “hide”. https://ibb.co/dgbPQtw

    But if you want to remove only SKU, try to use this custom css code in Theme Settings > Custom CSS:

    .single-product span.sku_wrapper {
    display: none;
    }

    Best Regards,

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