Vanda-SuperBonjour Posted October 6, 2021 Posted October 6, 2021 Site URL: http://lafirme.com Hi guys ! I am trying to chose the footer i want to display depending on the language of the page using a script. The site is lafirme.ca For now i am there.... /*EXCLUDE OTHER LANGUAGE FOOTER*/ if (lang == "fr") { section[data-section-id="615e0033625b2043c92d327a"] { display: none !important; visibility: hidden !important;} } if (lang == "en") { section[data-section-id="609084d63d45de554fe899f5"] { display: none !important; visibility: hidden !important;} } Could anybody give me a hand and help me figure out what i got wrong here ? Thank you very much to all for your time and all previous documentation !
tuanphan Posted October 9, 2021 Posted October 9, 2021 Hi, http://lafirme.com/ The site url doesn't exist. Can you check site url? Also, the above code is invalid. Need to site url to give exact code 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.