Skip to content

Custom Theme Frontend Tasks

Hai Huynh edited this page Jun 25, 2023 · 1 revision

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>
Clone this wiki locally