Home Forums Basel support forum How to hide categories and stock left in single product page?

How to hide categories and stock left in single product page?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #48396

    hsianglin21
    Participant

    Hi,

    How can I hide the
    1) categories and
    2) “number in stock” after selection
    in my single product page,
    kindly refer to my screenshot, thank you very much.

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

    Artem Temos
    Keymaster

    Hi,

    Sorry, but you can’t hide some particular categories there. As for the stock left, use this code

    .product-design-alt .single_variation .stock {
    	display: none;
    }

    Regards

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