Hello,
How do I add an underline each toggle for the accordion? Please advise.
Like top and bottom borders for each tab
Hi,
Thank you for the inquiry.
The accordion toggles already have borders by default but you can go to the Styling > Toggles Styling tab to select a different Styling settings. Or use this css code to adjust the border color.
.togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler {
border-color: red;
}
Best regards,
Ismael