Style import feature is available in the Custom CSS field

Hi Community fellows :wave:

We are happy to tell you that our widgets got an option to import any styles via link in the Custom CSS field.

Here is an example of the code with the imported Google font:

@import url('https://fonts.googleapis.com/css2?family=Chivo+Mono:wght@900&display=swap');

* {
font-family: 'Chivo Mono';
}

:exclamation: Import URL part should be placed at the top of the Custom CSS field, otherwise the code won’t work


At the moment, this feature is available only in Logo Showcase, Slider, Event Calendar and Reviews, but we are gradually updating all our widgets.

Which widgets do you guys want this feature added to first? We’ll try to set priorities :slightly_smiling_face:

1 Like