[ad_1]
Hi,
Thank you for reaching out to us.
Yes, you may use the custom CSS below to change the background color to transparent and also the position of the Currencies Bar:
.woocommerce-multi-currency .wmc-title, .woocommerce-multi-currency .wmc-list-currencies .wmc-currency {
background-color: rgba(0, 0, 0, 0) !important;
}
.woocommerce-multi-currency.wmc-sidebar {
top: unset !important;
bottom: 0 !important;
transform: unset !important;
}Best regards.
