Podpora Posted June 20, 2016 Share Posted June 20, 2016 Hello, i want to add short description and info to hover in product_list , is it somehow possible?Can u lead me?Thanks Link to comment Share on other sites More sharing options...
Rolige Posted June 20, 2016 Share Posted June 20, 2016 Easy, edit this file: /themes/default-bootstrap/css/product_list.css Add this code at the end of file: ul.product_list.grid > li.hovered .product-container .product-desc { display: block; } If you can't see the changes, clear cache from the back office and browser. Link to comment Share on other sites More sharing options...
Podpora Posted June 20, 2016 Author Share Posted June 20, 2016 Easy, edit this file: /themes/default-bootstrap/css/product_list.css Add this code at the end of file: ul.product_list.grid > li.hovered .product-container .product-desc { display: block; } If you can't see the changes, clear cache from the back office and browser. Sry mate, but i didnt see anything Link to comment Share on other sites More sharing options...
Podpora Posted June 20, 2016 Author Share Posted June 20, 2016 And sry, i forgot site... www.northstyle.cz Link to comment Share on other sites More sharing options...
Rolige Posted June 20, 2016 Share Posted June 20, 2016 Because you have a custom theme and my code was for default theme, I saw you already have added the code in the css, just need add display: none; in the rule ul.product_list.grid > li .product-container .product-desc around the line 166 Change this: ul.product_list.grid > li .product-container .product-desc { margin-bottom: 6px; } To this: ul.product_list.grid > li .product-container .product-desc { margin-bottom: 6px; display: none; } Link to comment Share on other sites More sharing options...
Podpora Posted June 21, 2016 Author Share Posted June 21, 2016 Works liek charm!! Thank you COTOKO Little upgrade, is there options to make a hover effect with info on product image? Link to comment Share on other sites More sharing options...
Rolige Posted June 21, 2016 Share Posted June 21, 2016 Is more complicated and need modify multiple files 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