jezhawk Posted March 23, 2021 Share Posted March 23, 2021 Site URL: https://www.jezhawk.com Heya - I'm currently making some tweaks to the CSS on my website. I changed the size of the font in my mobile nav using custom css found here in the forum, and would like to do the same for the "login / account" link if possible as right now it's huge. Similarly it would be awesome if I could either get rid of the underline link style in mobile view or make the underline not touch the text lol! Any help would be greatly appreciated! Link to comment
Solution ErikaT Posted March 24, 2021 Solution Share Posted March 24, 2021 Hi, Try: .header-menu-nav-item a { font-size: 18px!important; background-image:none !important; } tuanphan and jezhawk 2 Link to comment
ErikaT Posted March 24, 2021 Share Posted March 24, 2021 Or if just the login link then: .header-menu-nav-item a[href="#"] { font-size: 18px!important; } And then the below to remove the lines: .header-menu-nav-item a { background-image:none !important;} Link to comment
tuanphan Posted March 26, 2021 Share Posted March 26, 2021 On 3/24/2021 at 2:30 AM, jezhawk said: Site URL: https://www.jezhawk.com Heya - I'm currently making some tweaks to the CSS on my website. I changed the size of the font in my mobile nav using custom css found here in the forum, and would like to do the same for the "login / account" link if possible as right now it's huge. Similarly it would be awesome if I could either get rid of the underline link style in mobile view or make the underline not touch the text lol! Any help would be greatly appreciated! Add to Design > Custom CSS /* login text mobile */ .header-menu-nav span.unauth { font-size: 18px; font-family: futura-pt; } cbev 1 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
jezhawk Posted March 27, 2021 Author Share Posted March 27, 2021 On 3/24/2021 at 8:58 PM, ErikaT said: Hi, Try: .header-menu-nav-item a { font-size: 18px!important; background-image:none !important; } Thank you Erika! Worked a treat! Very much appreciated! Link to comment
MarketingFounderMade Posted December 4, 2023 Share Posted December 4, 2023 Hi, I have a similar issue. Shop link on mobile website is larger! Tried the above code but didn't work for me. website www.foundermade.com Link to comment
tuanphan Posted December 5, 2023 Share Posted December 5, 2023 21 hours ago, MarketingFounderMade said: Hi, I have a similar issue. Shop link on mobile website is larger! Tried the above code but didn't work for me. website www.foundermade.com Add this CSS /* Shop size */ .header-menu-nav-wrapper a { font-size: 17px !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
MarketingFounderMade Posted December 18, 2023 Share Posted December 18, 2023 On 12/5/2023 at 8:48 AM, tuanphan said: Add this CSS /* Shop size */ .header-menu-nav-wrapper a { font-size: 17px !important; } Hi, doesn't seem to be working! Link to comment
tuanphan Posted December 20, 2023 Share Posted December 20, 2023 On 12/18/2023 at 7:26 PM, MarketingFounderMade said: Hi, doesn't seem to be working! Can you keep code in CSS box? I can check it again 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment