Viewing 1 replies (of 1 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    Hey, the only way to achieve something like this right now is to wrap the group in an additional div, like so:

    <div class="myClass">
    [group group-name]
    
    ...
    
    [/group]
    </div>

    Then you can access the group with CSS or jQuery like this: .myClass > div

    • This reply was modified 7 years, 8 months ago by Jules Colle.
Viewing 1 replies (of 1 total)
  • The topic ‘Ability to add class name in group tag’ is closed to new replies.