Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Bernice Chua

    (@bernicechua)

    Hi there @lotfreeman ,

    Thank you for your positive feedback about Stackable! ??

    To remove the black triangle in the Accordion, you can follow these steps:

    1. Click the three-dot button next to the Icon block inside the Accordion block > Icon Label block
    2. Select “Unlock
    3. Uncheck “Prevent Removal
    4. Click “Apply
    5. Click the three-dot button again
    6. Select “Delete

    You can refer to this screenshot here: https://app.screencast.com/VsuYXRhs47JN7

    Please let us know if this helps!

    Thread Starter lotfreeman

    (@lotfreeman)

    The method doesn’t work. Even removing everything from the accordion, a black triangle remains

    Maybe there is another way to solve the problem?

    Plugin Support Bernice Chua

    (@bernicechua)

    Hi @lotfreeman ,

    Could you please send us a link to a sample page with the Stackable Accordion block so we can have a look?

    This could possibly be theme-related. If this is the case, you can use a Custom CSS:

    details > summary {
      list-style: none !important;
    }
    
    details > summary::marker,
    details > summary::-webkit-details-marker {
      display: none !important;
    }

    Thank you very much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘questing accordion’ is closed to new replies.