Plugin Author
Rupok
(@re_enter_rupok)
Hi @pixelmm
You can set the icon color from “Icon Style” that’s above “Color & Typography”.
Thanks!
thank for the answer but there is no color option in Icon Style
https://gyazo.com/5d3a7f5ab60426d98b404a0d62d0b8d2
there are parameters only of border
Thanks
also your video tutorial not show any icon color in the icon and style section
VIDEO
so i supopse is not a PRO feature but only a missing feature that is really necessary if the flipbox color for example is white or light color and the white icon is invisible.
thanks
Plugin Author
Rupok
(@re_enter_rupok)
Hi @pixelmm
I’ll check and make sure to add it if it’s really missing. Thanks for pointing this. You can use custom CSS for now.
Cheers!
the problem is: if i change via CSS the icon color it will change in all the flipbox. I need to change in one flipbox only. 🙁
Thanks
Plugin Author
Rupok
(@re_enter_rupok)
Hi @pixelmm
You can use CSS specific for any widget. You need to put on under “Custom CSS” option within Advanced tab :
selector .eael-elements-flip-box-icon-image i {
color: #333;
}
The prefix selector would automatically add the dynamic ID for the widget.
Hope this help.