Jump to content

On sale overlay image in homefeatured


Recommended Posts

you will need to make it through js and some modification in the template code,

in your template folder find: product-list.php

and search for a <span class="on_sale"></span>

 

change it to : <div class="on_sale"></div>

 

then open your css folder then global.css

 

modify the on_sale class (hide it display : none, add picture on background ...)

 

then using javascript (jquery library) you can add a hover effect that will show it if the featured product is hovered and hide it if the mouse is out.

 

hope this help you.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...