k_k Posted August 15, 2019 Posted August 15, 2019 Hi, I am having trouble hiding a page called "Beyond Surface" in an index titled "Portfolio" in my main navigation. I would like to use the banner image of that page, but not have it shown in the drop down menu under "Portfolio" in my main navigation. So, simply moving it to the 'not linked' section wont solve the issue. Please refer to my page: www.officede.co
tuanphan Posted August 15, 2019 Posted August 15, 2019 @k_k Add to Home > Design > Custom CSS .index-collection.folder .folder-parent .folder-child li:first-child { display: none !important; } Reference: https://beaverhero.com/squarespace-all-css/ 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!)
tuanphan Posted August 15, 2019 Posted August 15, 2019 @k_k Accept Answer If it worked. Thanks. 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!)
k_k Posted August 30, 2019 Author Posted August 30, 2019 @tuanphan It only works for desktop version but not mobile. Is there additional css code that I need to add? Thanks
tuanphan Posted August 30, 2019 Posted August 30, 2019 @k_k #mobile-navigation .index-collection ul li.page-collection:first-child { display: none; } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.