Home › Forums › Basel support forum › Hide price on curtain pages Hide price on curtain pages This topic has 3 replies, 3 voices, and was last updated 6 years, 8 months ago by Eric Watson. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 23, 2018 at 8:47 am #48264 sganullekkeParticipant I want to hide the price on places where it shows it twice, so I use the code: .single-product-content .basel-scroll-content > p.price { display: none; } But that deletes the price everywhere (for example also: https://www.mercedes-benzaccessoires.nl/product/mercedes-benz-sprinter-6-spaaks-zwarte-16-zomerset/) Is it possible to not do it on simple products and only on products like: https://www.mercedes-benzaccessoires.nl/product/sprinter-stapelvoordeel-pakket-2/ March 23, 2018 at 12:43 pm #48330 Artem TemosKeymaster Hello, Try to replace this code http://prntscr.com/ivahqu with this one .product-type-bundle .basel-scroll-content > p.price { display: none; } Kind Regards XTemos Studio March 23, 2018 at 1:23 pm #48336 sganullekkeParticipant Works, thank you. March 23, 2018 at 2:21 pm #48347 Eric WatsonParticipant You are welcome! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register