AlexandreW Posted July 7, 2020 Share Posted July 7, 2020 Hello, I've created my website using 2 languages. The primary navigation is in english and the secondary is in french. I used coding so that the headers of the primary navigation won't show the secondary navigation headers and vice-versa. My website is almost ready but I'm having a problem with the checkout page. It actually shows all the headers (french and english) instead of one or the other. I've read that we cannot change the text of the checkout page due do security reasons... What about the header? Is there an option to not show the header in the checkout page? Is there a line of code to add in the others pages so that it modify the results in the checkout page? Here is the code that I used: <style>nav.Header-nav--primary { display: none; } .Mobile-overlay-nav--primary { display: none; } </style> <style>nav.Header-nav--secondary { display: none; } .Mobile-overlay-nav--secondary { display: none; } </style> Link to comment
rwp Posted July 7, 2020 Share Posted July 7, 2020 You can not modify the checkout page with any code. Link to comment
tuanphan Posted July 8, 2020 Share Posted July 8, 2020 4 hours ago, rwp said: You can not modify the checkout page with any code. I think he meant Cart Page. @AlexandreW Can you share link to checkout page? 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.