Do not show amount of days/variants on product page

Hi all, we’d like to make the “amount of days” invisible on the product page as this is not clickable and not necessary to show. We just let people select in the calendar and that will show the price.

Does anyone know how to do this - without changing anything to price modelling? Thank you!

KR, Joost

Hi @Boardbagger

Would you mind sharing your store’s URL so we can provide a solution to that? Cheers!

The URL is https://boardbagger.nl/

Keen to hear your ideas!

Try adding the following code to your theme.scss file towards the end:

#AddToCartForm--product-template > div:nth-child(3) {
    display: none;
}

Let me know if that works!

That was quicker and easier than I thought! Thanks so much

You’re welcome!

Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!