Jump to content

[Share] How to change color of Language Selector

Recommended Posts

To change the color of the Language Selector (WeGlot language), you can use these CSS code (Website Tools > Custom CSS).

If it doesn't work, you can send link to your site, I will check again

image.png.9b136348553ffe390a9719ed4d6e53f0.png

#1. All Pages

div.language-picker-content {
	background-color: #f1f !important;
}

#2. One Page

First, use below tool to find the Page ID.

In my example, we will have: #collection-6673f2e18432c25013aee99f

image.png.65a3295f640b4123aa3e3438651c5468.png

Next, use this CSS code

#collection-6673f2e18432c25013aee99f div.language-picker-content {
	background-color: #f1f !important;
}

#3. After header scroll

header#header.shrink div.language-picker-content {
	background-color: #f1f !important;
}

#4. Desktop Only

@media screen and (min-width:768px) {
  div.language-picker-content {
 	 background-color: #f1f !important;
  }
}

 

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
  • Replies 0
  • Views 709
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

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.