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; } jezhawk and tuanphan 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; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment