Gör din webbplats tillgänglig med bara ett klick – betrodd av över 1 60,000 webbplatser världen över
CYBER WEEK
UPP TILL 60% Off

Vi lyssnade på din feedback och lade till den här funktionen på populär begäran.

Anpassa verktygsfältsikonen

Vill du anpassa ikonstorleken i pixlar?

Välj den minsta tillgängliga ikonstorleken i dina inställningar.
Sätt sedan in följande CSS-kod på din WordPress-webbplats. Du kan fritt justera bredd, höjdoch stoppning värden för att ställa in ikonstorleken precis som du vill.

				
					.apop-container-toggle .apop-toggle img.design-size1 {
  padding: 5px !important;   /* Adds 5px of inner spacing around the icon */
  width: 40px !important;    /* Sets the icon width to exactly 40px */
  height: 40px !important;   /* Sets the icon height to exactly 40px */
}