thisisthibaut Posted September 2, 2022 Share Posted September 2, 2022 Hello, I changed the size of my mobile menu font with css but it doesn't apply to Weglot language switcher (see image attached) Any idea how I can fix this ? Here is the CSS I used : .header-menu-nav-item a { font-size: 15px; Link to comment
tuanphan Posted September 4, 2022 Share Posted September 4, 2022 Hi. What is your site url? We can check easier 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
Deanogrigio Posted January 28, 2023 Share Posted January 28, 2023 I've got the same question. https://l100.org/ Link to comment
tuanphan Posted February 1, 2023 Share Posted February 1, 2023 On 1/28/2023 at 11:23 AM, Deanogrigio said: I've got the same question. https://l100.org/ Use this CSS code /* WeGlot Mobile */ .header-menu-actions.language-picker.language-picker-mobile * { font-size: 15px !important; } Also, I see the menu mobile has this problem 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
Eugene_Weglot Posted February 1, 2023 Share Posted February 1, 2023 2 hours ago, tuanphan said: Use this CSS code /* WeGlot Mobile */ .header-menu-actions.language-picker.language-picker-mobile * { font-size: 15px !important; } Also, I see the menu mobile has this problem Hi, Weglot Support here, we're glad to help you out. Indeed, the language switcher on mobile version seems to be built in two different section. You'd be able to apply the 15px font size to both section thanks to the custom CSS code below @media screen and (max-width: 800px) { .language-picker-content span, span.current-language-name { font-size: 15px!important; } } You'll be able to add this code directly into your Weglot account, here => https://dashboard.weglot.com/settings/language-switcher (in the Custom CSS section) Once done, Don't hesitate to Hard-Refresh* your website's page and check back in an incognito window if you don't notice the changes.*Hard-Refresh:Mac: cmd shift R (lowercase)PC: ctrl F5 NB: Don't hesitate to contact us at support@weglot.com if you need further help 😊 Have a great day, Cheers, Link to comment
Deanogrigio Posted February 1, 2023 Share Posted February 1, 2023 2 hours ago, tuanphan said: Use this CSS code /* WeGlot Mobile */ .header-menu-actions.language-picker.language-picker-mobile * { font-size: 15px !important; } Also, I see the menu mobile has this problem Thank you! Regarding the problem you called out - this seems to appear on Desktop and Mobile the first time a user visits the site. It eventually resolves itself after a few seconds. Any idea what might be causing it in the first place? On 4/10/2022 at 6:00 PM, tuanphan said: Can you try again? I just tested & it should work Link to comment
tuanphan Posted February 3, 2023 Share Posted February 3, 2023 On 2/1/2023 at 9:15 PM, Deanogrigio said: Thank you! Regarding the problem you called out - this seems to appear on Desktop and Mobile the first time a user visits the site. It eventually resolves itself after a few seconds. Any idea what might be causing it in the first place? Try adding this to Design > Custom CSS body { overflow-x: hidden; } 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