pro Posted November 19, 2021 Share Posted November 19, 2021 (edited) Site URL: https://steven.squarespace.com I have an accordion block on my website that looks like a nav menu. The accordion has two items: 'Team' and 'Partners'. I would like to disable expandability on the 'Partners' item. In other words, when you click on 'Partners', it should not open. I will then turn the item title into a clickable link, hopefully. Thank you in advance. Edited November 23, 2021 by alanx Link to comment
Wolfsilon Posted November 19, 2021 Share Posted November 19, 2021 Just set pointer events and cursor properties to none for the accordion block in question. Link to comment
pro Posted November 20, 2021 Author Share Posted November 20, 2021 2 hours ago, Wolfsilon said: Just set pointer events and cursor properties to none for the accordion block in question. Not sure how this is helpful. Link to comment
Solution tuanphan Posted November 23, 2021 Solution Share Posted November 23, 2021 Add to Design > Custom CSS div#block-yui_3_17_2_1_1637333912554_2383 li:nth-child(2) .accordion-item__dropdown { display: none; } pro 1 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
pro Posted November 23, 2021 Author Share Posted November 23, 2021 16 minutes ago, tuanphan said: Add to Design > Custom CSS div#block-yui_3_17_2_1_1637333912554_2383 li:nth-child(2) .accordion-item__dropdown { display: none; } Works perfectly! 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