tuanphan Posted July 19 Share Posted July 19 To hide Dropdown Folder on One Page, you can follow these #1. First, you can install Squarespace ID Finder, with this tool, we can find ID of Page In my example, we will have ID #collection-6673f2adc8fa10164075f71b #2. Use this code to Custom CSS to hide Dropdown Folder 4 (see screenshot) /* hide dropdown 4 */ #collection-6673f2adc8fa10164075f71b div.header-nav-item--folder:nth-child(4)>div { display: none !important; } #3. Similar, if you want to hide Dropdown 5, use this CSS code /* hide dropdown 5 */ #collection-6673f2adc8fa10164075f71b div.header-nav-item--folder:nth-child(5)>div { display: none !important; } 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!) 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