How to hide short description

dheghel

Avatar: dheghel

2015-06-05 03:08

Sir... I want to hide short description on main page in quick.cart 6.5
How to do that...?
Thx

» Quick.Cart v6.x

interkob

Avatar: interkob

2015-06-05 11:25

You should create a new theme page2.php in your templates/default folder. Just copy the same page.php file and insert in the first line <div id="homepage"> and insert in the very end of the file </div>

After this, please open templates/default/style.css and insert in the very bottom this line:

#homepage #products li div.description{display:none;}

And now, just go to admin and select this new theme page2.php for your homepage.

This should work.

Back to top
about us | contact