Forum Discussion

wkennis's avatar
wkennis
Guide
21 days ago

Using css in widget or styling out of the box components

I was wondering if it is possible to add a css file to a widget created in the designer.
I know that this is possible when creating a handlebars component but when changing a widget in the code you can't add the css file as far as I can tell.

I'm trying to create a component that is easily editable by our administrator, that's why I was thinking of using a widget created in designer.

I don't know how easy or possible it is to add editable content in a handlebars or react component. If this is possible than that would also be an option.

Anybody knows how to tackle this or where to find the correct information?

1 Reply

  • You're right, Aurora doesn't support adding separate CSS files to Designer widgets. You can use inline styles in HTML widgets, but they're limited. Features like hover effects or media queries won't work there.