• Resolved enrico86nasti

    (@enrico86nasti)


    Hello, i have a question, please.

    If I use the “accordion” element, how can I do so that the “accordion” page opens only when clicked and does not appear directly open? for this option it is essential to associate an icon to the accordion? or is there another system that I do not know?

    I am sending you an image where perhaps you can understand more: https://ibb.co/82Q4SWn

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    This CSS should help:
    /* Collapse All Elementor Pro Accordion Items by Default */
    .elementor-accordion .elementor-accordion-item:first-child {
    display: none !important;
    }
    He may also use a toggle widget instead of accordion, should have the same effects, but all items can be collapsed.
    The main difference between the toggle widget and accordion is that the accordion always have one item opened.
    https://elementor.com/help/accordion-widget/`

Viewing 1 replies (of 1 total)

The topic ‘Problem with “accordion”’ is closed to new replies.