New Landing How can we help? Themeforest Theme Support Neighborhood Catalog Mode not working

Viewing 5 posts - 1 through 5 (of 5 total)
  • #153522
    iamlucy
    Member
    Post count: 25

    Hi there,

    I’ve had external/affiliate products listed with price etc but now want to set catalog mode – and am using a Woocommerce multiple retailer plugin.

    However, catalog mode does not seem to be working – it’s still showing the price etc.

    Please advise,

    Lucy

    #153530
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option-

    
    .woocommerce div.product .summary p.price, .woocommerce-page div.product .summary p.price, .woocommerce ul.products li.product .price, .woocommerce div.product p.price {
    display: none;
    }

    -Rui

    #154065
    oth
    Member
    Post count: 1

    Can you also please post the CSS to remove the prices for the Product_list_widget

    <ul class=”product_list_widget”>


  • ..
    <span class=”amount”>10.00 €</span>

  • ..

    thanks

#154072
iamlucy
Member
Post count: 25
This reply has been marked as private.
#154094
Mohammad – SUPPORT
Moderator
Post count: 27441

Hi,
Please use this custom css code:-

ul.product_list_widget span.amount{
display:none !important;
}

Thanks
Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register