Element CSS Classes

Note: This feature is only available to Wix Studio users.

You can use the classes listed below to style your elements with CSS.

For more information on styling your elements with CSS, see Styling Elements with CSS and the MDN CSS reference docs.

Important: Element structure and undocumented class names may change without advance warning. To avoid unintended style changes to your site, select elements with the documented class names only.

Image button classes

.image-button

Targets image button elements. For example:

Copy
1

Language menu classes

.language-menu

Targets language menu elements. For example:

Copy
1

.language-menu__option

Targets language menu option elements. For example:

Copy
1

Lightbox classes

.lightbox

Targets lightbox elements. For example:

Copy
1

.lightbox__close-button

Targets lightbox close buttons. For example:

Copy
1

Line classes

.horizontal-line

Targets horizontal line elements. For example:

Copy
1

.vertical-line

Targets vertical line elements. For example:

Copy
1

Search bar classes

Targets search bar elements. For example:

Copy
1

.search-bar__icon

Targets search bar icons. For example:

Copy
1

.search-bar__input

Targets search bar input boxes. For example:

Copy
1
Was this helpful?
Yes
No