Home Forums WoodMart support forum Hide SKU, tags from single product page

Hide SKU, tags from single product page

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

    contactpleazurr
    Participant

    Hello,

    How can I hide the SKU & tag sections from the single product page?
    https://snipboard.io/hTJyIL.jpg

    #376444

    Hello,

    Please Go to Theme Settings >> Single Product >> Show/Hide Elements and hide.

    Screenshot: https://gyazo.com/770f6660de7ebf6b4fe4b281156e4444

    Best Regards

    #376480

    contactpleazurr
    Participant

    Hello,

    I just want to SKU & tag, but keep categories. How can I do this? At Least remove “tags” from showing as some vendors put soo many in there.

    #376696

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

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

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

    Best Regards

    #376762

    contactpleazurr
    Participant

    Thank you that worked šŸ™‚

    #376771

    Hello,

    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 6 posts - 1 through 6 (of 6 total)

The topic ‘Hide SKU, tags from single product page’ is closed to new replies.