Home Forums WoodMart support forum Hide SKU and category

Hide SKU and category

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #478517

    Anne
    Participant

    Hi,

    I want to hide the SKU and Category on the product page. On this forum I found the following CSS code:
    .meta-location-add_to_cart .product_meta, .popup-quick-view .entry-summary .product_meta {
    display: none;
    }

    This works, but it also hides the WPML Multicurrency switcher on the product page. How can I hide the SKU and Categories but leave the currency switcher visible?

    #478629

    Hello,

    Please remove your custom code and provide the product page where you want to remove SKU.

    If you have any questions please feel free to contact us.

    Best Regards

    #478645

    Anne
    Participant

    I’ve removed the custom CSS.
    SKU & product categories are now shown on every product page.

    #478737

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product_meta > span.sku_wrapper {
        display: none;
    }

    Best Regards

    #478764

    Anne
    Participant

    Thanks, this works to hide the SKU. Is there a way to hide the Category as well?

    #478979

    Hello,

    You can hide all meta in the Theme Settings > Single product > Elements.

    If you have any questions please feel free to contact us.

    Best Regards

    #479077

    Anne
    Participant

    Yes, but if I do that the currency switcher disappears.

    #479215

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    .product_meta > span.posted_in {
        display: none;
    }

    Best Regards

    #479312

    Anne
    Participant

    Thank you!

    #479478

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Hide SKU and category’ is closed to new replies.