I’d like to make the plus sign darker on the accordion feature on this page:
How can I do this?
Hey satucker,
Please try the following in Quick CSS under Enfold–>General Styling:
.toggle_icon {
border-color: #000 !important;
}
Thanks,
Rikard
Thanks Rikard, this has made the box around the plus sign black but the plus sign is still very light. Can I make the plus sign darker?
Also, how do I get rid of the black box now?
Hey!
.toggle_icon .hor_icon, .toggle_icon .vert_icon {
border-color: #000 !important;
}
Please do try that one and let us know if it works as should
Best regards,
Basilis