Remove Elements from booking page/sv: Difference between revisions

Created page with "== Filtrera efter tjänster på sidan Medlemskap =="
Tags: Mobile edit Mobile web edit
Created page with "Ta bort element från bokningssidan"
Line 170: Line 170:




<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Remove_banner_image"></span>
==Remove banner image==
== Ta bort bannerbild ==
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
:<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">'''Vänligen notera!''' "Boka nu" och andra knappar som visas på toppen av bannern kommer också att döljas. Koden kanske inte fungerar med vissa teman.</span>
:<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">'''Please note!''' "Book now" and other buttons that are displayed on top of banner will be hidden as well. The code may not work with some themes.</span>
Gå till <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Anpassade</span> funktioner -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Anpassade funktioner</span> och aktivera funktionen <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Anpassad</span> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">CSS.</span> Sedan i den här funktionen <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Inställningar</span> eller i <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Anpassade</span> funktioner -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Anpassad</span> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">CSS</span> klistra in i <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">CSS-fönstret för bokningssidan</span> högst upp följande kod:<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>
#main-buttons {
#main-buttons {
    display: none;
display: none;
}
}
</pre>
</pre>
</div>






<div lang="en" dir="ltr" class="mw-content-ltr">
== Ta bort ett specifikt element ==
==Remove some specific element==
Om du behöver ta bort ett specifikt element från din bokningssida måste du använda funktionen <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Anpassad CSS</span> och motsvarande kod. Om du inte känner till CSS, vänligen kontakta support och de kommer att skapa en begäran för att kontrollera om en sådan ändring är möjlig.<br>
If you need to remove a specific element from your booking page, you will need to use <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom CSS</span> feature and the corresponding code. If you don't know CSS, please contact support and they will create a request to check whether such change is possible.<br>
<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">'''Observera''' att stora förfrågningar kan göras på betald basis.</span>
<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">'''Please note''', that big requests may be done on a paid basis.</span>
<br><br>
<br><br>
</div>