Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #430265

    Hello @ Kriesi,
    I have had some fun in tranforming the color and shape of the icon list elements with the help of this forum. Now they are not round but square. Now I want to skew them with
    transform:skewX(5deg);
    which works, but the elements inside (icons) are skewed also. How do I only transform the shape, but not the element inside?
    Thanks!

    #430384

    Hi Sigmund!

    Can you please post the link to your page where we can see the element please?

    Best regards,
    Yigit

    #430640
    This reply has been marked as private.
    #431349

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_transform .avia-icon-list .avia_start_animation .iconlist_icon { transform:skewX(5deg); }
    .iconlist_icon .iconlist-char {
      transform: skewX(-5deg)!important;
      display: inline-block;
    }

    Best regards,
    Yigit

    #431364

    That is it!

    Many Thanks and
    Regards

    #431370

    Hi!

    You are welcome, glad we could help :)
    Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Transform Icon List – but not Elements’ is closed to new replies.