VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: zeisch on January 19, 2015, 08:56:45 AM

Title: Category page - how to change the new layout with the borders and huge buttons
Post by: zeisch on January 19, 2015, 08:56:45 AM
Hi
I updated my site to VM3 and am now wondering why there was such a huge layout/styling change in the product listings page. All the products have a thin border around it and huge buttons for checkout and details. Also the short description text is not displayed anymore. Is it possible to change all of that or some of these changes in the backend?
http://www.zeisch.ch/eventmaterialch/00-eventmaterial-update-3/de/material-mieten/tische-stehtische-mieten (http://www.zeisch.ch/eventmaterialch/00-eventmaterial-update-3/de/material-mieten/tische-stehtische-mieten)
Regards,
Jonas
Title: Re: Category page - how to change the new layout with the borders and huge buttons
Post by: GJC Web Design on January 19, 2015, 11:06:21 AM
its called css...   components/com_virtuemart/assets/css/vm-ltr-site.css

style is in the eye of the beholder ...
Title: Re: Category page - how to change the new layout with the borders and huge buttons
Post by: jenkinhill on January 19, 2015, 11:55:52 AM
You can use Firebug to examine the css and work out any css changes that suit your desired style, then use a css override. http://forum.virtuemart.net/index.php?topic=116620.0
http://docs.virtuemart.net/tutorials/templating-layouts/106-override-vmsite-ltr-css.html

AS for the short description it is easy to change/remove the truncated limit just with a template override. http://forum.virtuemart.net/index.php?topic=127571.0