Remove Elements from booking page/fr: Difference between revisions

Created page with "= Désactiver la page de réservation (disponible uniquement pour les comptes payants) = Afin de ne pas afficher d'informations sur votre page de réservation (la rendre vide), vous pouvez mettre un thème vide sur votre page de réservation dans <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Paramètres</span> -> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Paramètres de conception.</span> <br><br> Veuillez sélect..."
Created page with "= Suppression à l'aide d'un CSS personnalisé = :<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">'''Attention !''' Ajoutez le(s) code(s) pour ajuster les styles dans l'onglet "Booking pages CSS" si vous souhaitez éditer le site de réservation</span><br> :<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">ou "Widget CSS" si vous éditez des widgets sur votre site web.</span> File:Custom css tabs redesigned.png|1200px| cent..."
Tags: Mobile edit Mobile web edit
Line 116: Line 116:




<div lang="en" dir="ltr" class="mw-content-ltr">
:2. Allez dans <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom Features</span> -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom Features</span> et activez la fonction <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom CSS</span>. Ensuite, dans les <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">paramètres de</span> cette fonctionnalité ou dans <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom Features</span> -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom CSS</span>, collez dans la fenêtre <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">CSS des pages de réservation</span>, tout en haut, le code suivant :
:2. Please go to <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom Features</span> -> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom Features</span> and enable <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom CSS</span> feature. Then in this feature <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Settings</span> or in <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom Features</span> -> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom CSS</span> paste to <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Booking pages CSS</span> window at the very top the following code:
<br>
<br>
<pre>.form-group.form-client-email{
<pre>.form-group.form-client-email{
    display: none;
display : none ;
}
</pre> }<pre>
</pre>
</pre>
</div>




Line 129: Line 127:




<div lang="en" dir="ltr" class="mw-content-ltr">
== Notre temps ==
==Our time==
Allez dans <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Fonctions personnalisées</span> -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Fonctions personnalisées</span> et activez la fonction <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">CSS personnalisée</span>. Ensuite, dans les <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">paramètres de</span> cette fonction ou dans <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Fonctions personnalisées</span> -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">CSS personnalisé</span>, collez le code suivant dans la fenêtre <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">CSS</span> de la <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">page de réservation</span>, tout en haut :<br>
Please go to <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom Features</span> -> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom Features</span> and enable <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom CSS</span> feature. Then in this feature <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Settings</span> or in <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom Features</span> -> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom CSS</span> paste to <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Booking page CSS</span> window at the very top the following code:<br>
<pre>
<pre>
div#sb_booking_company_time {
div#sb_booking_company_time {
    display: none;
display : none ;
}
}
</pre>
</pre>
</div>