• Resolved Goran Petrovic

    (@goran321)


    Hi,

    I wish to add custom HTML before and after block.
    I want to create different container background, wrap base on boostrap for each block.

    Something like this

    <div class=”container-fluid bg-dark”>
    [block-1-html]
    </div>
    <div class=”container bg-success”>
    [block-2-html]
    </div>
    etc…

    Do you have filter function which will be add html before and after each block base on block settings?

    Thanks

  • The topic ‘Before / After Block filter’ is closed to new replies.