Tagged: icon box
Hello,
I’ve adjusted the outer circle icon to appear as a teardrop shape, and in order to do so, I had to rotate the circle. But, when I rotated the circle, the icon inside also rotated. I’d like to rotate the circle and leave the inner icon as it was. Can you help? The site is currently running a plugin, so you will need to log in to see the in-development website. You’ll notice this issue on each page, as I’ve used icon boxes everywhere. Thanks in advance!
Hi 1lizcollins!
Try adding this.
[data-av_icon]:before {
display: block !important;
transform: rotateZ(45deg) !important;
}
Regards,
Elliott
Perfect! Thanks so much.