Custom Theme Frontend Tasks - Goomento/PageBuilder GitHub Wiki

Goomento allows to make a tailor made styling of widgets, therefore will be a good fit to your theme,

To do that, create directories inside your theme that will contain the custom files with the following structure.

app/design/frontend/<Vendor>/
├── <theme>/
│   ├── Goomento_PageBuilder/
│   │   ├── templates
│   │   │   ├── widgets
│   │   │   │   ├── <widget.phtml>
│   │   │── web
│   │   │   ├── css
│   │   │   │   ├── widgets
│   │   │   │   │   ├── <widget.less>
│   │   │   ├── js
│   │   │   │   ├── widgets
│   │   │   │   │   ├── <widget.js>
⚠️ **GitHub.com Fallback** ⚠️