Help. Hiding Booking Overview in CSS not working

Support forumCategory: QuestionsHelp. Hiding Booking Overview in CSS not working
Jay asked 5 years ago
The code to hide the booking overview doesn't seem to be working.  What am I missing? Thanks. .booking-overview {
display: none;
}  
1 Answers
Nikola Loncar Staff answered 5 years ago
Hi Jay, please try adding .ea-bootstrap before. Like this:
.ea-bootstrap .booking-overview { display: none; }
Best regards, Nikola