Guest Posted August 4, 2020 Posted August 4, 2020 Site URL: https://www.discoverthespots.com/en Hello, i have a multilingual website and I would. like to know how to edit the cookie banner so that when on the /en pages the text shows in English while in the /de pages in German. Is it possible to hide .sqs-cookie-banner-v2-text and then put an :after in the code injection of certain pages? Or maybe to hide part of the next inserted? Ive tried writing in in many ways but I cannot seem to figure it out. password:rome2020 thank you! C
pramirol Posted January 7, 2021 Posted January 7, 2021 hello @Christine_DTS, did you find a solution for this?
tuanphan Posted January 8, 2021 Posted January 8, 2021 19 hours ago, pramirol said: hello @Christine_DTS, did you find a solution for this? Hi. If you share link to your site, 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!)
pramirol Posted January 8, 2021 Posted January 8, 2021 Hello @tuanphanyou are always a saviour, my website is: https://www.simpledomus.com/ I am still working on the translation of the website so I am not sure if it can be done already. Thank you so much for your help in advance
tuanphan Posted January 10, 2021 Posted January 10, 2021 On 1/8/2021 at 5:33 PM, pramirol said: Hello @tuanphanyou are always a saviour, my website is: https://www.simpledomus.com/ I am still working on the translation of the website so I am not sure if it can be done already. Thank you so much for your help in advance Hi. Add this code to Page Header <style> /* Cookies banner text */ .sqs-cookie-banner-v2-text p { font-size: 0; } .sqs-cookie-banner-v2-text p:nth-child(2):before { content: "new text"; font-size: 12px; } /* Cookies banner link */ .sqs-cookie-banner-v2-text p a { font-size: 0; } .sqs-cookie-banner-v2-text p a:before { font-size: 12px; content: "link new"; margin-left: 2px; } </style> 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.