Hello there,
I'm using Flatsome theme for my woocommerce store but I can't display alidropship built in currency switcher as expected. I tried to add some css code to my custom style from this post https://forum.alidropship.com/threads/alidropship-woo-0-8-12-1-update.5983/page-4#post-42210
.widget.widget-adsw-currency-selector {
border: none;
padding-left: 0rem!important;
padding-right: 0rem!important;
max-width: 100%;
}
.widget.widget-adsw-currency-selector a.currency-item {
width: 115px;
font-size: 10px;
font-weight: 600!important;
color: #000000;
background-color: #ffffff;
border-bottom: 1px solid #ffffff!important;
}
.widget.widget-adsw-currency-selector .currency-carret {
border-radius: 12px;
border-style: solid;
border-color: #d9d9d9;
border-width: 1px;
padding-bottom: 0px;
padding-top: 0px;
font-weight: 900;
color: #000000;
background-color: #f2f2f2;
}
but it display like this !
https://gyazo.com/c0f02450d23d2670cf9f4ae36ca9590e
https://gyazo.com/56b974f69a36dc401bafaeae288c37fb
Can it be a simple dropdownlist like the default one like this? hokagestore.com
The functionality is great but the display need some work !
Can anyone help me ?
I'm using Flatsome theme for my woocommerce store but I can't display alidropship built in currency switcher as expected. I tried to add some css code to my custom style from this post https://forum.alidropship.com/threads/alidropship-woo-0-8-12-1-update.5983/page-4#post-42210
.widget.widget-adsw-currency-selector {
border: none;
padding-left: 0rem!important;
padding-right: 0rem!important;
max-width: 100%;
}
.widget.widget-adsw-currency-selector a.currency-item {
width: 115px;
font-size: 10px;
font-weight: 600!important;
color: #000000;
background-color: #ffffff;
border-bottom: 1px solid #ffffff!important;
}
.widget.widget-adsw-currency-selector .currency-carret {
border-radius: 12px;
border-style: solid;
border-color: #d9d9d9;
border-width: 1px;
padding-bottom: 0px;
padding-top: 0px;
font-weight: 900;
color: #000000;
background-color: #f2f2f2;
}
but it display like this !
https://gyazo.com/c0f02450d23d2670cf9f4ae36ca9590e
https://gyazo.com/56b974f69a36dc401bafaeae288c37fb
Can it be a simple dropdownlist like the default one like this? hokagestore.com
The functionality is great but the display need some work !
Can anyone help me ?
Last edited: