Vev Posted February 4, 2021 Posted February 4, 2021 Hi, I managed to make 2 languages website using primary and secondary navigation and code injections for each page as following: For All Pages in Primary / Main Navigation <style>nav.Header-nav--secondary { display: none; } .Mobile-overlay-nav--secondary { display: none; } </style> For all pages in the secondary navigation <style>nav.Header-nav--primary { display: none; } .Mobile-overlay-nav--primary { display: none; } </style> works perfectly! But the code does not work for shopping cart page, so I appear to have both navigations/languages in the top left menu (see photos) when clicking on shopping cart. How can i fix it?
tuanphan Posted February 5, 2021 Posted February 5, 2021 Can you share link to cart page? We can help easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.