Remove Elements from booking page/sv: Difference between revisions

Created page with "= Recensioner = Du kan se alla dina recensioner på fliken <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Recensioner</span> i menyn till vänster, under <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Rapporter</span>. Du kan också ta bort recensioner där om det behövs. Om du vill ta bort möjligheten att lämna en recension på din bokningssida och inte skicka feedbackbegäran, i <span style="background-color:#d4f8e5;..."
Created page with "== Filtrera efter tjänster på sidan Medlemskap =="
Tags: Mobile edit Mobile web edit
Line 162: Line 162:




<div lang="en" dir="ltr" class="mw-content-ltr">
Vänligen 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</span> funktioner 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>
#membership-view #membership-filters {
#membership-view #membership-filters {
  display: none;
display: none;
}
}
</pre>
</pre>
</div>