Tagged: Accordion
Sorry @Nikko and @Yigit for reopening the closed topic: https://kriesi.at/support/topic/accordion-custom-styling-adjustment/ , I have a really small adjustment to add.
https://houraway.webstar.si/ljubljana-mountain-biking/
I would like to remove this white border / line, so it would be transparent:
https://houraway.webstar.si/wp-content/uploads/2021/03/2021-03-09-21_49_55.png
I tried to set it in Advanced Layout Editor / Accordion / Styling / Colors / Custom Border Color but it doesn’t work.
Hey Matjaz,
Sorry for the late reply. Please try this CSS as well:
.toggler {
border-width: 0;
}
.active_tc.toggle_wrap {
margin-top: 1px;
}
Best regards,
Rikard
Hi, @Rikard it has been a long journey, but we have finally made it.
The border we were looking for was not at active toggle. But I could not find out that until you suggested the code above. Now it is clear. I had to also add this code to remove the line:
.js_active .toggler {
border-width: 0;
}
And now it works.
Thank you very much.
Hi mattofelki,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria