Remove Elements from booking page: Difference between revisions

Line 30: Line 30:
:1. Go to Settings // Email and SMS settings // Mandatory fields//Phone (to make email not mandatory).
:1. Go to Settings // Email and SMS settings // Mandatory fields//Phone (to make email not mandatory).


:2. 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 the following code:
:2. 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>.email-element.form-title, .email-element.form-element {  
Line 37: Line 37:
</pre>
</pre>
==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:
<pre>.email-element.form-title, .email-element.form-element {
  display: none;
}
</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 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>.share-buttons {
<pre>.company-time {
     display: none;
     display: none;
}
}