tuanphan Posted September 13 Share Posted September 13 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; } #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; } 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