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>
-
<widget.phtml>
is.phtml
file - which copied from templates directory -
<widget.less>
is.less
file - which copied from css directory -
<widget.js>
is.js
file - which copied from js directory -
For configurable of widget, check out this widget directory