Regenerate CSS

Styles set in Zion Builder are saved in CSS files in the uploads folder. Recreate those files, according to the most recent settings. Access the Zion Builder dashboard -> Tools -> Regenerate CSS. This will clear your CSS files and will generate new files when you make changes to your pages.

CSS Pseudo-Class Selectors (Pro)

A CSS pseudo-class is a keyword added to a selector that specifies a special state of the selected element(s). For example, :hover can be used to change a button’s color when the user’s pointer hovers over it. Pseudo-classes allows you applying a style to an element not only in relation to the content of the document tree, but also to the […]