Skip to content

Commit

Permalink
Add ID to target h2 (whole block)
Browse files Browse the repository at this point in the history
Better would be to move clerk-search-filters DIV 1 level up (to actually target all)
  • Loading branch information
seansan authored Jan 17, 2019
1 parent 5b63692 commit 1d3bd4a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions design/frontend/template/facets.phtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php
/** @var Mage_Core_Block_Template $this */
?>
<h2><?php echo $this->__('Filters'); ?></h2>
<div id="clerk-search-filters"></div>
<div id="clerk-search-filters-wrapper">
<h2><?php echo $this->__('Filters'); ?></h2>
<div id="clerk-search-filters"></div>
</div>

0 comments on commit 1d3bd4a

Please sign in to comment.