News:

Support the VirtueMart project and become a member

Main Menu

How to change color box sort by and

Started by snow79, November 16, 2012, 16:41:27 PM

Previous topic - Next topic

snow79

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:
some one can help me please?
too tnk all

bytelord

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
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

snow79