Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #362719

    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!

    #363086

    Hi 1lizcollins!

    Try adding this.

    [data-av_icon]:before {
        display: block !important;
        transform: rotateZ(45deg) !important;
    }

    Regards,
    Elliott

    #364004

    Perfect! Thanks so much.

    #364223
    This reply has been marked as private.
    #364464

    Hey!

    Please replace the code with this:

    .image-overlay .image-overlay-inside:before {
    transform: rotateZ(45deg) !important;
    }

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.