cvan Posted October 8, 2019 Share Posted October 8, 2019 I am using the Henson Template. I am happy with the look of the desktop platform. However the overlay of the index links on the Mobile platform is not readable. is there a way to make the container of the index menu links white without changing the look of my desktop/ipad platforms. attaching screenshots of the mobile vs. the desktop Link to comment
christyprice Posted October 8, 2019 Share Posted October 8, 2019 Misread the question the first time @cvan. Try this in Custom CSS to add a white background to those links at the bottom on mobile. @media only screen and (max-width: 640px) { nav.index-navigation.collection-nav { background-color: #ffffff; } } christyprice.com 🇺🇸 Austin, TX US ✅ For Web Designers: Squarespace Client Process Checklist. Save time and bring consistency to your web design projects. Receive a Notion doc template with my 100+ item client process checklist. Link to comment
cvan Posted October 9, 2019 Author Share Posted October 9, 2019 amazing--this worked! thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.