Skip to main content
All CollectionsCalender Widget Customization
How to hide Add to Cart button in Event Widget
How to hide Add to Cart button in Event Widget
Support avatar
Written by Support
Updated over 2 months ago

To hide add to cart button in Event Widget, go to theme editior and click on Servv app. Then, click Custom CSS and add this code block:

{% style %}#svv-wgt-app .svv-event-card-item.list-layout-item .svv-purchase-controls-container .svv-add-to-cart-btn {display: none !important;}#svv-wgt-app .svv-event-card-item.grid-layout-item .svv-add-to-cart-btn {display: none !important;}{%endstyle%}
Did this answer your question?