Forum Discussion

omygoodness's avatar
8 years ago

How to edit default widgets?

Hi, I am trying to find a way to edit default lithium widget called "users.widget.contact-me".  
  • PaoloT's avatar
    8 years ago

    Hi omygoodness

     

    default widget cannot be edited (at least, not the backend / frontend code). You can of course:

    • Style them via CSS / SASS
    • Wrap them with extra custom logic using the @override directive.

    Hope this helps,