Home Forums Basel support forum Product page

Product page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #76468

    sbolla
    Participant

    Hello
    I want to hide the “compare button” (class=”compare-btn-wrapper”) and product méta (UGS and categorie). Thanks for your help
    Serge

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

    sbolla
    Participant

    On the product page
    Thanks

    #76480

    Hello,

    Please add this code to the Theme Settings > Custom CSS

    .single-product-content .entry-summary .button.compare{
    display:none;
    }
    duct-design-alt .product_meta {
    display:none;
    }

    Best Regards

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