Changes

From SimplyBook.me
Line 68: Line 68:  
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>.company-time {
+
<pre>
    display: none;
+
.share-buttons {
 +
display: none;
 
}
 
}
 
</pre>
 
</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.
 
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.