Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1198351

    Hallo there,
    is it possible to have different backgrounds for the title section and the content of the toggles depending on the order (even / odd) like in table rows?
    I tried a lot, but cannot figure it out.

    Thank you!

    #1198428

    Hey NorthcoastProject,

    Add this to quick css:

    .av_toggle_section:nth-of-type(odd) .single_toggle .toggler{
    background:#b3a37e!important;
    }

    Best regards,
    Jordan Shannon

    #1198912

    Thank you!!!!!!

    #1199140

    Hi,

    No problem at all I’m happy to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘toggle odd and even with different background’ is closed to new replies.