VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: snow79 on November 16, 2012, 16:41:27 PM

Title: How to change color box sort by and
Post by: snow79 on November 16, 2012, 16:41:27 PM
Hi ppl i have this hard question, how i can change the color of the 2 box, serch by and sort by producer?
see my image:(http://www.alessienrico.it/1.jpg)
some one can help me please?
too tnk all
Title: Re: How to change color box sort by and
Post by: bytelord on November 16, 2012, 18:33:42 PM
Hello,

You have just to override the CSS, you should use:

.orderlistcontainer div.activeOrder {
background-color: #color_code
}

Use firebug to examine your site code and styling: http://forum.virtuemart.net/index.php?topic=102850.0

Some more information regarding template system and template overrides:
Template overrides: http://forum.virtuemart.net/index.php?topic=98505.0
Template System: https://dev.virtuemart.net/projects/virtuemart/wiki/Hints_for_the_use_of_the_template_system

Regards
Title: Re: How to change color box sort by and
Post by: snow79 on November 16, 2012, 18:48:29 PM
 :) Tnk with your help i have resolved :)