Hello,
Do you have a Quick CSS code I can use to remove the borders around the accordion element? I’d like to keep the + sign for the toggle open but no other lines/borders. Thank you!
Hey mattb1169,
Please try the following in Quick CSS under Enfold->General Styling:
p.toggler {
border-color:transparent !important;
}
Best regards,
Rikard
Thanks Rikard,
That worked!
MB