fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Grégory GERARD

Hi
I want shape stype in octagon
How can i do in css

My css is

$dim: 65vmin;
div {
width: $dim; height: $dim;
//box-shadow: 0 0 0 1px;
}
.octagon { overflow: hidden; }
.inner {
transform: rotate(45deg);
background: #ee8c25;
}
or in svg
<svg viewBox="0 0 75 75" width="200px">
  <path d="m5,22 18,-18 28,0 18,18 0,28 -18,18, -28,0 -18,-18z" stroke="red" stroke-width="2" fill="black" />
</svg>

Golam Kibria

Hi Grégory,

Unfortunately, this feature is not currently available.

Please add a feature request here: https://storepress.fider.io/

Thank You