Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #509679

    Hi guys,

    I want to customize my accordion to look as much as possible as the attached image.
    So no borders or backgrounds at all.

    Just the words with the + icon in front of it and when you click it the extra text appears.

    Any way I can do that?

    accordion

    #509680

    Hi MulderMind!

    Add this to your custom CSS.

    .togglecontainer * { border: 0px !important; background: transparent !important; }
    

    Best regards,
    Elliott

    #509684

    Hi Elliot,

    Thanks for the fast reply.

    It worked for most of the part only now the boxes with the + in them are gone as well.

    #509801

    Hey!

    Please adjust the code to something like this:

    .togglecontainer section div > * { border: 0px !important; background: transparent !important; }
    

    Regards,
    Ismael

    #510728

    Hi Ismael, thanks for the reply.

    For some reason the code doens’t do anything anymore.
    When I use the code from Elliot nothing hapens either.

    Any ideas?

    #510888

    Hi!

    You probably have a typo in your CSS then. Add the code to the very top of the file above your other CSS.

    Send us a link to the page as well. You can set your reply as private if you wish.

    Cheers!
    Elliott

    #511249

    Thanks i got it to work!

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