MariaFY Posted August 20 Share Posted August 20 Hi there, I'm trying to change the font and color of the last item of my mobile nav. Any class combine with :last-child doesn't seem to work. TIA for any pointers. Site: https://www.deep2peak.com Link to comment
Solution sqsp_guru Posted August 20 Solution Share Posted August 20 @MariaFY here you go. .header-menu-nav-item:last-child a { font-size: 14px !important; color: red !important; } but in your senerio you can target the last element directly via class .healcode-login-register-text-link { font-size: 14px !important; color: red !important; } tuanphan 1 Please like and upvote if you found my comments helpful. Cheers 🙂 Agha Waqas (sqsp guru) Squarespace Website Developer Contact me: https://sqspguru.com or hello@sqspguru.com ☕ Did I help? 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