amnesiak Posted November 14, 2011 Share Posted November 14, 2011 Hi, I would like to add an overlay image over a product image in homefeatured page to show on sale or new product. Can anyone provide me the code. I`m using 1.4.4.1 here is the example picture. Link to comment Share on other sites More sharing options...
Eljorf Posted November 16, 2011 Share Posted November 16, 2011 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now