I need change this icon?
I just need to remove those circle shape!!
theme : kalles multipurpose shopify theme
store : demozia.myshopify.om
password : zialor
Please add the following CSS code to your assets/pre_theme.min.css bottom of the file.
.flickityt4s-prev-next-button {
border-radius: 0% !important;
}
or
.flickityt4s-prev-next-button {
border: none!important;
}
Thanks!