Skip to main content

Heading Order if they aren't using the carousel

Inside of Advanced Theme editor in scripts add these 2 items:

 

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

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