Currency Switcher for Woocommerce Flatsome Theme CSS [ Alidropship currency switcher ]

ruvi

New Member
I am using flatsome theme for Woocommerce, so I was struggling with CSS, my alidropship currency switcher. so however I finally re-customized the currency switcher style with helping of this forum ... this is how I made it with simple CSS... so this might be helpful to someone ... Change colors and font sizes as you wish
(Alidropship currency switcher)

CSS CODE

.widget.widget-adsw-currency-selector a.currency-item {
width: 150px;
}
.widget.widget-adsw-currency-selector a.currency-item span {
font-weight: 500!important;
font-size:14px;
color: #3c3a3a;
}

.widget.widget-adsw-currency-selector .currency-carret {
border-color: #d9d9d9;
border-width: 1px;
background-color:#3c3a3a;
font-size: 5px;
border-radius: 25px;
}
.adsw-currency-selector-head{border:0px!important;}

/*Update.... for mobile web add below CSS to align center */

.adsw-currency-wrap{margin:auto;}3.jpg
 

Attachments

  • 1.jpg
    1.jpg
    244.1 KB · Views: 12
  • 2.jpg
    2.jpg
    227.4 KB · Views: 10
Last edited:

chris37

Well-Known Member
I am using flatsome theme for Woocommerce, so I was struggling with CSS, my alidropship currency switcher. so however I finally re-customized the currency switcher style with helping of this forum ... this is how I made it with simple CSS... so this might be helpful to someone ... Change colors and font sizes as you wish
(Alidropship currency switcher)

CSS CODE

.widget.widget-adsw-currency-selector a.currency-item {
width: 150px;
}
.widget.widget-adsw-currency-selector a.currency-item span {
font-weight: 500!important;
font-size:14px;
color: #3c3a3a;
}

.widget.widget-adsw-currency-selector .currency-carret {
border-color: #d9d9d9;
border-width: 1px;
background-color:#3c3a3a;
font-size: 5px;
border-radius: 25px;
}
.adsw-currency-selector-head{border:0px!important;}

/*Update.... for mobile web add below CSS to align center */

.adsw-currency-wrap{margin:auto;}


View attachment 15073

With the huge limitation of the Alidropship currency switcher in the woo version I can’t understand why people still use it.
 
Top