Remove Elements from booking page/da: Difference between revisions

Created page with "= Kort = I <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Indstillinger</span> -> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Virksomhedsoplysninger</span> -> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Brug ikke adresse-afkrydsningsfeltet</span>.<br/> File:Hide company address redesigned.png|1200px | center|link=https://help.simplybook.me/images/b/b8/Hide_company_address_redesigned...."
Created page with "<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">'''Bemærk venligst!''' Selv med et tomt tema vil din bookingside blive vist i Google, og oplysninger vil blive vist i Booking.Page-biblioteket. For at fjerne din virksomhed fra kataloget skal du klikke på knappen <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Fjern fra markedspladsen</span> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Indstillinge..."
Line 116: Line 116:




<div lang="en" dir="ltr" class="mw-content-ltr">
:2. Gå til <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Brugerdefinerede</span> funktioner -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Brugerdefinerede</span> funktioner, og aktiver funktionen <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Brugerdefineret CSS</span>. Indsæt derefter følgende kode i <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Indstillinger</span> for denne funktion eller i <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Brugerdefinerede funktioner</span> -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Brugerdefineret</span> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">CSS</span> i <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">CSS-vinduet for bookingsider</span> øverst:
: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">
== Vores tid ==
==Our time==
Gå til <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Brugerdefinerede</span> funktioner -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Brugerdefinerede</span> funktioner, og aktiver funktionen <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Brugerdefineret CSS</span>. Derefter i denne funktion <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Indstillinger</span> eller i <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Brugerdefinerede funktioner</span> -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Brugerdefineret</span> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">CSS</span> indsæt følgende kode i <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">CSS-vinduet på bookingsiden</span> helt øverst:<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>