We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.phtml>
.phtml
<widget.less> is .less file - which copied from css directory
<widget.less>
.less
<widget.js> is .js file - which copied from js directory
<widget.js>
.js
For configurable of widget, check out this widget directory