VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: naoko15 on November 12, 2012, 16:49:38 PM

Title: Can't change cart layout
Post by: naoko15 on November 12, 2012, 16:49:38 PM
Hi, I'm trying to change the cart page layout, specifically the part where the "name", "sku", "price", etc are listed. I'd like this box to be another color. I've guessed this code must be at  \components\com_virtuemart\views\cart\tmpl\default_pricelist ...but i haven't been able to figure out how i can do this. I've noticed the table where this code is is loading the class cart-summary, but i've no idea where this is.  :-[

I'd really appreciate any help, thanks!!

[attachment cleanup by admin]
Title: Re: Can't change cart layout
Post by: jenkinhill on November 12, 2012, 18:22:19 PM
The style definition for that is probably in your Joomla template css. Use Firebug to identify the code and test required edits.  http://forum.virtuemart.net/index.php?topic=102850.0
Title: Re: Can't change cart layout
Post by: naoko15 on November 12, 2012, 23:19:00 PM
Awesome tool!! Brilliant, thank you so much!!