This topic has 3 replies, 2 voices, and was last updated 1 years, 5 months ago ago by Juergen
Tony helped me last week with a request to remove my currency switcher from the blog page. This also worked wonderfully with his CSS code.
https://www.dropbox.com/s/wv5k41gqtl5ez4v/2023-06-17_11-35-44.jpg?dl=0
Unfortunately, the currency switcher appears on all three blog posts.
https://www.dropbox.com/s/k2mu44cvuymw5rr/2023-06-17_11-39-02.jpg?dl=0
Is there a CSS for this to stop the currency switcher from showing on the post pages as well?
Hello, Juergen,
Thank you for contacting us and for using XStore.
Please change this code: https://www.dropbox.com/s/wv5k41gqtl5ez4v/2023-06-17_11-35-44.jpg?dl=0 to:
.blog nav.woocs_auto_switcher.right,
.single-post nav.woocs_auto_switcher.right {
display: none !important;
}
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Kind Regards,
8theme team
Thank you so much.
Juergen
The issue related to '‘Remove currency switcher from blog post pages.’' has been successfully resolved, and the topic is now closed for further responses