Changes

From SimplyBook.me
no edit summary
Line 77: Line 77:  
==Socials==
 
==Socials==
 
Please go to Custom Features // Custom Features and enable Custom CSS Custom Feature. Then in Custom Feature Settings or in Custom Features // 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 Features // Custom CSS paste to Booking page CSS window at the very top the following code:
 
+
''For new themes:''
 
<pre>
 
<pre>
.share-buttons {
+
img {   
 +
display: none;}
 +
.fa-share-alt:before {  
 
display: none;
 
display: none;
 
}
 
}
 
</pre>
 
</pre>
or
+
''For old themes:''
 
<pre>
 
<pre>
img {   
+
.share-buttons {
display: none;}
  −
.fa-share-alt:before {  
   
display: none;
 
display: none;
 
}
 
}
 
</pre>
 
</pre>
 +
 +
    
==Remove some specific element==
 
==Remove some specific element==
 
If you need to remove specific element from your booking page, you will need to use Custom CSS Custom Feature and corresponding code. If you don't know CSS, 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, you will need to use Custom CSS Custom Feature and corresponding code. If you don't know CSS, please contact support in order to get more info whether it is possible and whether support can help you with the special CSS code.