Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #3352383
Elementor Accordion
Closed

Comments

  • Lee Averbeck started the conversation

    I have an Elementor Accordion on this page.

    https://kiskiprecision.kinsta.cloud/careers/

    I would like for all items to start closed. I can not find an option to do this.

  •  7,280
    Oliver replied

    HI,

    Sorry for delay, add one more empty section, make it first and add this CSS code:

    .gem-tta.gem-tta-general .gem-tta-panel:first-child {
        display: none;
    }

     

    3938581396.jpg

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Lee Averbeck replied

    This did not work. This rule:

    .gem-tta.gem-tta-general .gem-tta-panel.gem-tta-active {
        display: block;
    }

    Over road the rule you gave me.

    https://kiskiprecision.kinsta.cloud/careers/



  •  7,280
    Oliver replied

    Try this one:

    .gem-tta.gem-tta-general .gem-tta-panel:first-child {
        display: none !important;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Lee Averbeck replied

    This did work. Thank you very much.

    https://kiskiprecision.kinsta.cloud/careers/

    Although, this is a little hack-ie. It would be nice if they had an option for this.

  •  7,280
    Oliver replied

    I will add task to the team

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver