Jump to content

Moving Header language element to announcement bar

Recommended Posts

On 11/23/2022 at 10:47 PM, Vanesa said:

Hi tuanphan, i decided to keep the language on the header as i dont think it was possible to put it on the announcement bar.
But i cant replace the text form "English" to "EN" and FR for french. If you could help me with that it would be awesome.

Change for all three text?

image.png.ec7022b0b66fa0cd9bfbcb0dbb50097b.png

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
On 11/25/2022 at 5:29 PM, Vanesa said:

Yes for all three

Add to Design > Custom CSS

/* .language-picker language text */
html[lang="en"] .current-language span:first-child, html[lang="en"] .language-picker-content>div span {
    font-size: 0;
}
html[lang="en"] .current-language span:first-child:before, html[lang="en"] .language-picker-content>div:last-child span:before {
    font-size: 20px;
    content: "EN";
}
html[lang="en"] .language-picker-content>div:first-child span:before {
    font-size: 20px;
    content: "FR";
}
html[lang="fr"] .current-language span:first-child, html[lang="fr"] .language-picker-content>div span {
    font-size: 0;
}
html[lang="fr"] .current-language span:first-child:before, html[lang="fr"] .language-picker-content>div:first-child span:before {
    font-size: 20px;
    content: "FR";
}
html[lang="fr"] .language-picker-content>div:last-child span:before {
    font-size: 20px;
    content: "EN";
}

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.