k_k Posted August 15, 2019 Share 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 Link to comment
tuanphan Posted August 15, 2019 Share 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 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
k_k Posted August 15, 2019 Author Share Posted August 15, 2019 Thank you very much @tuanphan! It worked! Link to comment
tuanphan Posted August 15, 2019 Share 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 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
k_k Posted August 30, 2019 Author Share 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 Link to comment
tuanphan Posted August 30, 2019 Share 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 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
k_k Posted September 1, 2019 Author Share Posted September 1, 2019 @tuanphan Thank you it works!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.