Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1286389

    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%);
    }

    #1286965

    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

    #1287054

    Works perfectly, thankyou!

    #1287363

    Hi tokenofhon,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hexagon icon list’ is closed to new replies.