While working on my Squarespace website, I've been impressed with how the FAQ page/questions are structured. However, a drawback is that it creates a clunky drop-down menu when hovering over the FAQ tab in the main navigation.
You can see an example here:
Although using anchored links on a separate FAQ page is a possibility, I believe there must be a solution that allows me to maintain the current page structure while eliminating the drop-down menu. Could custom CSS be used to make the drop-down invisible?
I found a similar thread that addressed adjusting spacing within the drop-down items using custom CSS (.primary-nav .folder-links-wrapper li { line-height: 0em; }).
Any advice or suggestions would be greatly appreciated. Thank you.