Find short, step-by-step guides on how to accomplish common web development tasks in Pinegrow.
How to Guides
Add elements to the page
Let’s take a look at how you can add new HTML elements to the page.
Add stylesheet or script to the page
Need to add a CSS stylesheet or Javascript file to the page? Just drag it from the Project panel.
Duplicating existing elements
Sometimes the easiest way to add more elements to the page is duplicating (making copies) of existing elements on the page.
Delete elements
Let’s take a look at how you can delete HTML elements from the page.
Add or Remove classes from elements
Let’s take a look at how you can add and remove classes (for example .my-class) from elements on the page.