Skip to main content

Heading Order if they aren't using a tile in the carousel

Inside of Advanced Theme editor in scripts add this:

 

$(function() { $('h2:hidden').parent().removeAttr('hidden'); });