Hey. I’v recently set up the landing/home page for my site and would like to make the three bottom sections clickable anywhere within the section. How would I set this up?
example - Read / Explore / Learn
Hey. I’v recently set up the landing/home page for my site and would like to make the three bottom sections clickable anywhere within the section. How would I set this up?
example - Read / Explore / Learn
Hi There,
Please do the following
On the customize tab of your section you will add one ID to each section, for example: my-link-1
Than on Cornerstone > JS you will add:
jQuery("#my-link-1").wrap("<a href='http://www.example.co.uk/get-in-touch/'></a>");
Repeat that for all sections with different IDs and adjust the href of the code.
Hope it helps
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.