Home Forums WoodMart support forum HOW CAN I HIDE THE SKU ONLY FROM THE PRODUCT PAGE?

HOW CAN I HIDE THE SKU ONLY FROM THE PRODUCT PAGE?

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

    pepelu
    Participant

    Dear friends, I wish you could answer each question in order:

    1st I want to hide only the SKU and the labels of the product page and that only the category and share buttons appear.
    How would this be?

    2nd I want to hide the SKU, the categories and the labels of the product page and make the share buttons appear after the tabs, how would this be?

    Thank you

    #235224

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    To hide categories and SKU from the product page please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single-product-page .product_meta .posted_in {
    	display: none;
    }
    .product_meta .sku_wrapper {
    	display: none !important;
    }

    And it is not possible to add the social icons after the tabs.

    For the labels please provide a relevant screenshot with the URL of the page to check it myself and help you out accordingly.

    Regard’s.
    Xtemos Studios.

    #247206

    InnovatedPL
    Participant

    I used it too. thank you

    #247298

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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