Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #708325

    Hello. Is there a way to set the background color for only the initially-opened accordion item? When someone expands a different accordion item, the background color would activate for that particular accordion item. This would be similar behavior to how the tabs are working on the same page (private area)

    Thank you,
    Ryan

    #708329

    Hi Ryan

    Please add following code to Quick CSS

    .active_tc .toggle_content {
        background: red!important;
    }

    Regards,
    Yigit

    #708331

    That worked for the content area. I was looking to target the title area. Thanks!

    #708333

    Hey!

    Please change the code to following one

    .toggler.activeTitle {
        background: orange!important;
    }

    Regards,
    Yigit

    #708340

    Beautiful, thank you!

    #708343

    Hey!

    You are welcome Ryan!
    Let us know if you have any other questions or issues and enjoy your weekend!

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Accordion Background Color’ is closed to new replies.