Take full control over the styling of your marketplace
CSS class name
prop that you can use to then style within your own CSS file.
Store Pages
have class name of store-page
and an id
of page-$pageslug
where $pageslug is the slug of the page, so for example page-pro
for the page with slug pro
.
So in order to style a page, you’d use something like:
Product Pages
have class name of product-page
and an id
of product-page-$templateId
where $templateId is the id of the template, so for example product-page
to style all product pages or product-page-visitors
to style a template for visitors.
search-box
.
Tabs component uses class name tabs-container
and tabs-item
for each tab.
Accordion component uses class name accordion
for the container, accordion-trigger
for the header and accordion-content
for the content.
Gallery component uses class name gallery
and gallery-item
for each item. It also uses type-image
for images and type-video
for videos.
Video component uses class name video-player
.
HTML editor field output to a div with class name html-editor
.
Button component uses class name component-button
.
Reviews box component uses class name reviews-box
for the container, reviews-box-item
for each item.
Product card uses the class name product-card
as well as product-card-$tempateId
where $templateId
is the id of the template (as products can have multiple templates).
@media
queries.