Hi,
How do I change the color of the toggle icon?
Thanks!
Hi connect4consulting!
Try the following:
.toggle_icon .hor_icon, .toggle_icon .vert_icon {
border-color: #000;
}
and that will work out for you.
Best regards,
Basilis
That’s great! very helpful.
Thanks.