Hi, I have previously styled the accordion toggle icons and text but for some reason on a new site it is not working.
The css I have used is;
/* This changes the colour of the icons on the accordian */
.toggle_icon {
color:#ffffff;
background-color:#f15d23!important;
}
.toggler
{
font-size: 16px;
color:#f15d23!important;
}
I am using a child theme and amending the css in its editor.
Hey GOWD!
I see the CSS being applied on my end. Try clearing your browser cache or view in a different browser.
Best regards,
Elliott
Hi Elliot, working now thanks.
I used “color” to try to change the colour of the cross in the centre of the Toggle icon but it stays grey. Anything I can add to change it?
.toggle_icon {
color:#ffffff;
background-color:#f15d23!important;
}
Hi!
Please try to use this:
.main_color .toggle_icon span {
border-color: #ffffff !important;
}
Regards,
Ismael
Thanks, you may close this thread.