I am struggling to edit the accordion.
I have added code for these accordions on this page http://hb.dev32.engage24.com/tr-grades-prek-1/ – To make the X blue.
CSS used:
.toggle_icon .vert_icon, .toggle_icon .hor_icon, span.toggle_icon {
border-color: #2b3a97 !important;
}
But I would now like to make the X for this accordion on this page white. http://hb.dev32.engage24.com/parent-school-connection/ How can I target this accordion and not the others with CSS. I added a class to the accordion and tried this CSS but it’s not working.
Class I added – magic-reading
.magic-reading .toggle_icon .vert_icon, .toggle_icon .hor_icon, span.toggle_icon {
border-color: #ffffff !important;
}
Please can you help?
Many thanks,
Camilla
Hi Camilla,
Thanks for giving us admin access.
I have changed your code above with:
.toggle_icon .vert_icon,
.toggle_icon .hor_icon {
border-color: #2b3a97 !important;
}
.magic-reading .toggle_icon .vert_icon,
.magic-reading .toggle_icon .hor_icon {
border-color: #ffffff !important;
}
.av-elegant-toggle .toggle_icon {
opacity: 1;
}
And it seems to be working fine.
Please review your website :)
Best regards,
Nikko
Hi Nikko,
Wonderful thank you, it worked perfectly.
Have a great day further!
Kind regards,
Camilla
Hi Camilla,
We’re glad that we could help you :)
Thanks for using Enfold and have a great weekend!
Best regards,
Nikko