Responsive table - How to customize the style of Accordion button for expand and collapse
Responsive table - How to customize the style of Accordion button for expand and collapse

Hello
I want to replace the accordion button as in attached photo with my own buttons that matches the companies standard. How do i achieve that?
Answers
I use a CSS through the
::before
pseudo element to create that triangle:Is the full selector. Set the
border-width
to be0
and then apply a background image, or content or whatever format it is that you have to display the icon you need.I'd suggest right clicking on the the element and selecting "Inspect" to see the CSS that is applied to the element.
Allan