Settings

Advanced

Flip the popup to right-to-left layout for RTL languages and fine-tune the widget with your own custom CSS.

1 min read

Last updated July 7, 2026

The Advanced tab is for layout direction and fine-grained styling beyond the built-in design options.

RTL / Right-to-Left Layout

Flips text direction and layout in the popup for Arabic, Hebrew and other RTL languages.

The button position is unaffected only the popup's text direction and layout flip.

Custom CSS

Add your own CSS to fine-tune the widget. Useful selectors:

css
/* Make the button slightly transparent */
.squadkin-whatsapp-button { opacity: 0.85; }

/* Hide the button on a specific page */
body.page-contact .squadkin-wrapper-container { display: none; }

Was this page helpful?