tuanphan Posted August 11 Share Posted August 11 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 #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 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment