Styles and CSS
Your jestor with your style
How to create Styles / CSS
Access the Developer Area and click on Styles / CSS, then +Create new style. Name your new style and press Create.
After the style is created, you'll be able to customize it on the console. You'll be able to call on this function on customized pages.
Calling a Style on a page
You can use the following format to call a style on the front-end console of a customized page:
{{ Jestor.addCss("api_name_of_the_style") }}
Updated 11 months ago