Home Forums Basel support forum Remove wishlist

Remove wishlist

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

    ginhim
    Participant

    Hello,

    I’d like to remove some features from the product detail page to make it look a little more minimal.

    How can I remove the following:
    – category links
    – compare
    – reviews

    #3740

    Artem Temos
    Keymaster

    Hi,

    You can hide those elements with the following custom CSS code

    
    .compare-btn-wrapper,
    li.reviews_tab,
    .product-design-sticky .product_meta {
        display: none!important;
    }

    This should help you.

    Regards

    #3743

    ginhim
    Participant

    Thanks that worked!

    #3751

    Artem Temos
    Keymaster

    Great, you are welcome.

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

The topic ‘Remove wishlist’ is closed to new replies.