[ad_1]
Plugin Author
Brecht
(@brechtvds)
Hi there,
I would use “Edit HTML” in the Template Editor to surround those blocks with a div container like this:
<div class="wprm-template-background">
[wprm-recipe-notes...]
[wprm-recipe-nutrition...]
</div>Then you can add something like this under “Edit CSS”:
.wprm-template-background {
background: blue;
}Send an email to [email protected] with a link to your recipe template if you need more help!
