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!
Hi Sigmund!
Can you please post the link to your page where we can see the element please?
Best regards,
Yigit
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
That is it!
Many Thanks and
Regards