Move category link outwards

Example of how to move a category link location example is on a stacked page where you want a hover effect so the link needs to cover the whole area not just the text.

$(".cmsSubPageEmbedded .CategoryList li .cmsTitle").each(function(){
link = $(this).find("a").attr("href");
$(this).find("a").contents().unwrap();
$(this).wrap( "<a href='"+link+"'></a>" );
});

More From This Section

e.g intro to pagebanner
Disable right-click on the site which should disable the context menu on click on android.
Replace Name with First Name and Last Name fields, but keep name field for submission. Merge First/Last to Name on change

FAQ Topics

Search for help:

> Home