Skip to main content

Is there a way to turn the impression header image into a Featured Content Slider?

(Without having to start a new theme from scratch?)

Official response from

To move the featured content slider to the picture area of the Impression theme, remove the following from layout.html:

<div align="center" id="picture_wrap"><div id="picture"></div></div>

And replace it with this:

<div class="width_container">{% include "features" %}</div>

Then go into your columns_1.html and columns_2.html file and remove {% include "features" %}. 

Share this post

Showing 4 reactions

Please check your e-mail for a link to activate your account.