Top Bar Help, adding Woo Currency Switcher
-
Hi,
I need some help. I’ve added a shortcode in the Top Bar, however all my text after the currency is being push elsewhere.
Same thing also happen if I were to add them via Menu, using a plugin Shortcode in Menu.
I would very much prefer to put on the right side of My Account in the Top Bar.
Also, how can I change the background color of the dropdown for the currency ?
Attachments:
You must be
logged in to view attached files.
Hi,
Could you please provide us a link where we can see this problem?
Regards
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.top-bar-left .woocommerce-currency-switcher-form {
margin-right: 10px;
}
.topbar-content .woocommerce-currency-switcher-form {
display: inline-block;
}
Regards
Thanks. That worked nicely.
The topic ‘Top Bar Help, adding Woo Currency Switcher’ is closed to new replies.