Home › Forums › WoodMart support forum › Currency Switcher Drop-down › Reply To: Currency Switcher Drop-down
February 20, 2018 at 2:35 pm
#41211
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings
.topbar-content form.woocommerce-currency-switcher-form .dd-select a {
border-left: 1px solid rgba(129,129,129,.2);
}
.topbar-content form.woocommerce-currency-switcher-form {
margin-right: 20px;
}