WooCommerce Color Filter'da Dairesel Renk Örnekleri (CSS)
Aşağıdaki CSS kodunu eklenti ayarları sayfasına -> Options sekmesine -> “Custom CSS code“ alanına ekleyin:
.woof_color_term{
border-radius: 80px !important;
}
.woof_color_term:hover{
border-color: #444;
border-style: dotted;
}
Renk kutularının boyutu şu şekilde ayarlanabilir:
.woof_color_term{
width: 26px !important;
height: 26px !important;
}