Novi Builder Plugin for changing background color and linear-gradient
You should follow several simple steps to intall this plugin:
- Copy the novi-plugin-background.js file to your path/to/novibuilder/plugins folder.
- Launch NoviBuilder
- Set background color
- Set linear-gradient on background
- querySelector — contains a css selector which defines the Plugin container.
For use plugin your element must match the CSS selector of querySelector setting.
For example querySelector value is ".section". In this case you need to add element with class 'section':
<section class="section">
...
</section>