This topic has 9 replies, 3 voices, and was last updated 1 years, 5 months ago ago by Juergen
Hi
Private Content
Hello @mch,
We hope the instructions provided in our theme documentation here: https://www.8theme.com/documentation/docs/xstore-currency-switcher/ will help you set up the multicurrency on your site. Please review and follow it.
Best Regards,
8Theme’s Team
Thanks
– Why these 2 area are Red color? I need it to be Black https://prnt.sc/6Zhiu_Uq9ILT
– Symbol Euro in Currency switcher is abit larger, it stays outside of circle how can I fix it?
– I need the currency switcher only shows up in shot page https://prnt.sc/paEq3F6TE9iA
now it is showing up in all pages
Hello @mch,
1. In order to change the color of the content, please navigate to Xstore >> Theme Options >> WooCommerce >> Single Product Builder and edit the HTML Block 1. You can change the color from there. For reference, please see the screenshot provided here: https://postimg.cc/D4ZDN67N
2. To change the color of the currency title, please copy and paste the following CSS code into Xstore >> Theme Options >> Theme Custom CSS >> Global CSS. After doing so, please clear your browser cache and check back to your site.
.woocs_auto_switcher.cd-stretchy-nav .woocs_add_field {
color: #000 !important;
}
The result should look like this: https://postimg.cc/9RmbJB2q
3. You can exclude the pages from displaying the currency switcher in WooCommerce Settings > Currency > Options, as shown in the screenshot below: https://postimg.cc/WFWkPBFT
We hope this helps.
Best Regards,
8Theme’s Team
The Currency switcher still shows up, even though I entered some pages name : https://prnt.sc/8sC0kkCQxS7y
Hello @mch,
We are pleased to inform you that we have successfully resolved your issue. We have added the Custom CSS code to XStore >> Theme Options >> Theme Custom CSS >> Global CSS, which has solved the issue and the currency switcher is now only appearing on the Shop page.
We recommend that you clear your browser cache and check back to your site.
For your reference, please see the screenshots below:
https://postimg.cc/hJHzZQMd
https://postimg.cc/9R0V6cFH
Best Regards,
8Theme’s Team
Hi Tony,
maybe you can help me.
I can enable or disable the Fox currency switcher on all pages – only on the blog it doesn’t work.
I don’t want the currency switcher to appear on the blog page.
Is it possible to control this with a CSS.
Attached are two screenshots of my settings for Fox Currency
https://www.dropbox.com/s/js5ctvqeako188n/2023-06-13_10-34-25.jpg?dl=0
https://www.dropbox.com/s/6wgye8zemle7zeh/2023-06-13_10-33-41.jpg?dl=0
1533 yellow marked is my blog
Hello @Juergen,
In order to remove the currency switcher from the blog page, please copy and paste the following CSS code to XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear the browser cache.
.blog nav.woocs_auto_switcher.right {
display: none !important;
}
Best Regards,
8Theme’s Team
Works perfectly. Thank you so much.
Tagged: currency setup, json array, payment gateway, shopping cart, woocommerce, wordpress
The issue related to '‘currency set up doesnt show on shopping cart’' has been successfully resolved, and the topic is now closed for further responses