Currency Switcher Drop-down
-
Hi, could you please tell me how to add this:
https://i.gyazo.com/9007ec650849dc388fddb391c773faca.gif
currency converter drop down button on top bar? and please suggest me a currency switcher plugin which is compatible with this theme!
And also please tell me how to add FAQ & Contact us buttons on top bar
https://i.gyazo.com/408b334519904478be08fa1cdf6fe7fe.png
Hi,
1. If you want to make your website multicurrency you can try to use WPML plugin or some free plugin like this https://wordpress.org/plugins/woocommerce-currency-switcher/
2. Top bar menu can be managed from Dashboard -> Appearance -> Menus.
Regards
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;
}
perfect!..it’s working….thanks.
The topic ‘Currency Switcher Drop-down’ is closed to new replies.