1) How can I remove the borders to the accordion and the tabs controls for a single page?
2) Is there a way to remove the borders for the top part only when the content of this specific toggle is opened? E.g. With a total of three toggles – Top Toggle/content is opened = no borders | 2nd&3rd Toggle/Content closed = border visible – As soon as one opens the toggle the border again disappears.
Thanks
Hey!
1. Try adding this code to the Quick CSS:
.toggle_content, .toggler {
border: 0 !important;
}
2. Not sure how this would work if you remove the borders (1), can you create a mockup of what would you want to achieve?
Cheers!
Josue
Hi Josue, thanks for your reply.
1. It works for all pages.
2. I changed my mind and stick to a simpler solution – no need for this function anymore.
Best Chereo