Remove Elements from booking page: Difference between revisions

No edit summary
No edit summary
Line 84: Line 84:
==Our time==
==Our time==
Please go to Custom Features // Custom Features and enable Custom CSS Custom Feature. Then in Custom Feature Settings or in Custom Feature // Custom CSS paste to Booking page CSS window at the very top the following code:
Please go to Custom Features // Custom Features and enable Custom CSS Custom Feature. Then in Custom Feature Settings or in Custom Feature // Custom CSS paste to Booking page CSS window at the very top the following code:
:''For new themes:''
<pre>
div#sb_booking_company_time {
    display: none;
}
</pre>
<br>
:''For old themes:''
<pre>
<pre>
.company-time {
.company-time {