How to override a Nimble Builder module template from a child theme ?
Developers can override the default module templates of Nimble Builder.
Nimble Builder modules are rendered with php templates located in /tmpl/modules.
Nimble Builder will first check if the module template file exists in a child theme in nimble_templates/modules/{module_tmpl_name}.php
, and if not fallback on the default template.
To override a template, you need to copy the original module template from Nimble Builder plugin and paste it in your child theme, in the following folder nimble_templates/modules/
.