Hello guys,
How would I need to go about (i) changing the font color of the Accordion title (all instances)? I only managed to change the hover state. (II) Is there a way to make the borders of the Accordion transparent (all instances)?
As always, many thanks for your help.
Hey MadRhino,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hey Jordan,
Thanks for getting back to me. I managed to get in done by myself, except that the borders are still visible when the toggle is open.
Otherwise, the look is exactly as I wanted.
So how do make the borders transparent in the active/open toggle?
Here is the code I have been using:
.toggle_icon .vert_icon, .toggle_icon .hor_icon, span.toggle_icon {
border-color: #22b3ed;
}
.active_tc .toggle_content {
background: #ffffff!important;
}
p.toggler {
border-color:transparent !important;
}
Does this make sense? Many thanks.
Hi,
Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:
.active_tc .toggle_content {
border-color:transparent;
}
Best regards,
Rikard
Works.
Many thanks, Rikard.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon