VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: crocodesign on May 21, 2013, 21:15:46 PM

Title: Need help customizing layout
Post by: crocodesign on May 21, 2013, 21:15:46 PM
Site URL : http://v2013.didoc.be/nl/shop

I managed to ditch the + and - buttons on the product detail page but cannot find
where to remove them when looking at the products in the category view

Also, the pagination works well but looks ugly. Anybody know where i can change the layout of the pagination ? (more spaces between numbers)

Title: Re: Need help customizing layout
Post by: jenkinhill on May 21, 2013, 23:27:32 PM
I could not work out what you are doing, or have done, because it does not seem to be shopper friendly, but use Firebug to work out the pagination layout issue. http://forum.virtuemart.net/index.php?topic=102850.0
Title: Re: Need help customizing layout
Post by: Spiros Petrakis on May 22, 2013, 10:36:36 AM
Hi ,

if you like to hide the +- buttons the easiest way is using css, i assume that you use a yootheme template so you can add the following css rule in the custom.css of your template

span.quantity-controls {display: none;}


and for the pagination add this



.vm-pagination a, .vm-pagination strong {margin-left: 5px;}