Byronwaves_support Posted November 21 Share Posted November 21 Hello, I need help changing the font color on the mobile navigation overlay when I'm on an active page. I got the code below to work on desktop only. How do I apply the same look to mobile view? I want the active page to be yellow as seen on the attached screenshots. Website: https://banjo-smilodon-y827.squarespace.com/ /* Remove Navigation Link Underline */ .header-nav-item--active a{ background: unset !important; } /* Change the color as needed to match your branding */ :not(.header-nav-item--folder).header-nav-item--active a, .header-nav-folder-item--active > a { color: #FFBF00 !important; font-weight: bold; } Thank you! Link to comment
Solution tuanphan Posted November 24 Solution Share Posted November 24 Use this code for mobile div.header-menu-nav-item--active * { color: #ffbf00 !important; font-weight: bold; } 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
Byronwaves_support Posted November 29 Author Share Posted November 29 Amazing! This works! Thank you. tuanphan 1 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