Ten10 Posted August 14, 2020 Share Posted August 14, 2020 Site URL: https://www.thirstforallah.com Hey all. I created 2 footers with the intent to hide one depending on the language of the page . I used the Brad Good method to create a multilingual site. I am unsure how to code to hide the second footer when I am on home/en/** and hide the first footer when on home/ba/**,etc. Anyone have any ideas? Thanks! Link to comment
tuanphan Posted August 15, 2020 Share Posted August 15, 2020 W1. Use jQuery. You can try contacting Brad W2. Use CSS Add to English Page Header to hide ba language <style> footer.sections section:nth-child(2) { display: none !important; } </style> Add to Ba pages header to hide English <style> footer.sections section:nth-child(1) { display: none !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment