Hi,
How can I hide the buy now button (in Dutch “Nu kopen”) on this specific page https://www.craftyponies.nl/wholesale/ ?
I tried this css but it did not work:
.postid-29491 .et-single-buy-now {
display:none;
}
Thanks in Advance! Luc
This topic has 4 replies, 3 voices, and was last updated 1 years, 4 months ago ago by Andrew Mitchell
Hi,
How can I hide the buy now button (in Dutch “Nu kopen”) on this specific page https://www.craftyponies.nl/wholesale/ ?
I tried this css but it did not work:
.postid-29491 .et-single-buy-now {
display:none;
}
Thanks in Advance! Luc
Hello,
Thank you for getting in touch with us.
Please find below the custom CSS code for your use:
.page-id-29491 .et-single-buy-now, .page-id-29491 .et-or-wrapper {
display: none !important;
}
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Best Regards,
8Theme’s Team
Yeah thanks that worked!
Dear luc,
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
The issue related to '‘Hide the buy now button on specific page’' has been successfully resolved, and the topic is now closed for further responses