Home Forums Basel support forum How to hide SKU, number in stock and category in quick view of product

How to hide SKU, number in stock and category in quick view of product

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #49302

    hsianglin21
    Participant

    Hi,

    May you advise on how to hide SKU, number in stock and Category in quick view of product?

    Kindly refer to screenshot.

    Thank you.

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

    Hello,

    Seems you have already removed SKU, have you? if you have not, please provide links.

    Best Regards

    #49541

    hsianglin21
    Participant

    Hi I think i remove them for the single product page which i dont see them now but in quick view of products i still see them.

    #49625

    Hello,

    I do not see quick view option to be enabled. Will you send me link and screen?

    Best Regards

    #49643

    gizmoman
    Participant

    you can use this code to stop it from showing up in the quick view and it worked for me.

    .popup-quick-view .sku_wrapper {
    display:none!important;
    }

    #49657

    hsianglin21
    Participant

    Thank you, I am able to hide SKU but do not know how to hide number in stock and category.

    Below is my website page, all products have quick view option.

    Kindly advise, thank you.

    #49660

    gizmoman
    Participant

    Hi, I am a user and not the expert. I had the same issue and knew the answer, so I gave you that code. The second issue can only be sorted by xtemos guys. Sorry.

    #49771

    hsianglin21
    Participant

    Hi Xtemos guys, could you help me on this?

    Regards,
    Alex

    #49772

    Hello,

    1. I see you have already hidden SKU with CSS.

    2. In order to disable In stock enter each product and uncheck this option: http://prntscr.com/ixxi65

    3. In order to hide Category use this CSS code on quick view:

    .posted_in {
    display:none;
    }

    If you want to hide Category on the Product page as well use this CSS code:

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

    Best Regards

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