slscart logo

How to add a featured column heading

Posted 25 Dec 2020,  Doug DePrenger

The featured column in slscart does not come with a way to set the heading. This must be done manually.

Here, the featured heading uses an H2 tag:

<h2>Featured</h2>
<div class="featured">%FEATURED_COLUMN%</div>

OR an image may be used:

<p><img src="%SITE_URL%/images/featured.png" width="179" height="59" alt="Featured"></p>
<div class="featured">%FEATURED_COLUMN%</div>