Changes

From SimplyBook.me
Line 20: Line 20:  
=Removing with Custom CSS=
 
=Removing with Custom CSS=
 
==Phone field==
 
==Phone field==
 +
:1. Go to Settings // Email and SMS settings // Mandatory fields//Email (to make phone 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 at the very top the following code:
 +
 +
<pre>.phone-element.form-element, .phone-element.form-title {
 +
    display: none;
 +
}</pre>
 
==Email field==
 
==Email field==
 +
: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:
 +
 +
<pre>.email-element.form-title, .email-element.form-element {
 +
  display: none;
 +
}
 +
</pre>
 
==Our time==
 
==Our time==
 
==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:
 +
 +
<pre>.share-buttons {
 +
    display: none;
 +
}
 +
</pre>
 
==Remove some specific element==
 
==Remove some specific element==
 +
If you need to remove specific element from your booking page, please contact support in order to get more info whether it is possible and whether support can help you with the special CSS code.