Hi,
I’ve been wanting to turn the circle padding on the icon list icons to hexagons and I came across this thread:
https://kriesi.at/support/topic/hexagon-shape-in-iconbox/
How would i apply this code to the iconlist, rather than iconbox?
I tried this without luck:
.iconlist_icon.heading-color {
-webkit-clip-path: polygon(50% 0, 93.3% 25%, 93.3% 75%, 50% 100%, 6.7% 75%, 6.7% 25%);
clip-path: polygon(50% 0, 93.3% 25%, 93.3% 75%, 50% 100%, 6.7% 75%, 6.7% 25%);
}
Hey tokenofhon,
Please try this CSS instead:
.iconlist_icon {
-webkit-clip-path: polygon(50% 0, 93.3% 25%, 93.3% 75%, 50% 100%, 6.7% 75%, 6.7% 25%);
clip-path: polygon(50% 0, 93.3% 25%, 93.3% 75%, 50% 100%, 6.7% 75%, 6.7% 25%);
}
Best regards,
Rikard
Works perfectly, thankyou!
Hi tokenofhon,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko