Remove Elements from booking page: Difference between revisions

Line 61: Line 61:
==Our time==
==Our time==
Please go to Plugins // Plugins and enable Custom CSS plugin. Then in plugin's Settings or in Plugins // Custom CSS paste to Booking page CSS window at the very top the following code:
Please go to Plugins // Plugins and enable Custom CSS plugin. Then in plugin's Settings or in Plugins // Custom CSS paste to Booking page CSS window at the very top the following code:
<pre>.email-element.form-title, .email-element.form-element {  
<pre>
  display: none;
.company-time {
    display: none;
}
}
</pre>
</pre>
==Socials==
==Socials==
Please go to Plugins // Plugins and enable Custom CSS plugin. Then in plugin's Settings or in Plugins // Custom CSS paste to Booking page CSS window at the very top the following code:
Please go to Plugins // Plugins and enable Custom CSS plugin. Then in plugin's Settings or in Plugins // Custom CSS paste to Booking page CSS window at the very top the following code: