Let me explain further.
On mobile:
I want to be able to click on "Services" text and link it to the /services page while clicking on the just the arrow will open the sub pages.
I added a javascript code to make the Services menu which is a folder clickable ang linked to its /services page. But the problem is when on mobile, it won't allow me to click the Services link itself. It will only view the sub pages and I can't open /services page.
I tried to override it on mobile like have a click event on the span tag of the text while the arrow icon in its default action of opening the sub pages but still it doesn't work.
I think this kind of set up is quite good, right?
Hi tuanphan,
I already added the Services folder and a two sub pages but I want to redirect to its page /services when clicking on it but its only working on desktop view and not on mobile.
Current set up by default is list section title is a <p> tag while the list item title is in <h2> tag.
Desired output:
List section title text <h2> tag while the list item title text <h3>
Thanks Ziggy,
I'm already on Assign Styles but I couldn't find the "Simple List" to customize the html structure.
Anyways, here is the site: https://www.pineapplecounseling.com/
Currently, the list section title is a paragraph tag. I want it to be an <h2> and the list item title would be in <h3>
I'm still quite new to squarespace.