Jump to content

[Share] Change WeGlot Language Dropdown Color

Recommended Posts

To change WeGlot language dropdown color, you can use these CSS code to Website Tools > Custom CSS.

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

#1. All Pages

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

image.png.732a2d928549e2c3d3e966a19937a685.png

#2. Desktop Only

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

#3. Mobile Only

div#multilingual-language-picker-mobile {
    background-color: #f1f;
}

#4. Before Header Scroll

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

#5. On Header Scroll

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

#6. One Page

First, you need to find Page ID. Use this tool.

Next, use CSS code like this

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

image.png.93eca10b00d9276759feb194039bf6eb.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
  • Replies 0
  • Views 377
  • 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.