• Resolved cookingwithlei

    (@cookingwithlei)


    How can I make the notes and nutrition blocks different colours from rest of the block. Any html or css codes?

Viewing 1 replies (of 1 total)
  • 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!

Viewing 1 replies (of 1 total)

The topic ‘background colors’ is closed to new replies.