Author Topic: Change the background color  (Read 8957 times)

espenk

  • Beginner
  • *
  • Posts: 18
    • Lerrett
Change the background color
« on: April 24, 2008, 15:06:31 PM »
Where can I change the blue color in the box, this is the box that is when you are viewing one product.

Please see the attechment.

Thanx

[attachment cleanup by admin]

akerman

  • Jr. Member
  • **
  • Posts: 325
  • Knowledge weighs Nothing!
    • STOLT/AKERMAN
Re: Change the background color
« Reply #1 on: April 24, 2008, 16:03:27 PM »
You find the CSS settings in 'theme.css'
(which lives in /components/com_virtuemart/themes/default/..)


Code: [Select]
.vmCartContainer { /* Cart Container */
width: auto;
float: left;
background: #CCCCCC;
border: 1px solid #d01313;
padding: 3px;
}

here you can play with the color, border and to some extend the placing.

Good luck!

Akerman / InfoClip.se
http://STOLT-AKERMAN.com - Web & Design agency. Speshitpillt in e-shop, ecommerce and marketing.
http://InfoClip.se - Swedish Antique & Used Books & Art Shop.
http://AkermansCove - Personal Portfolio
Ubuntu LAMP / Joomla 1.5.22 / VM 1.1.6 / JoomFish Contributor / Developer / Designer

espenk

  • Beginner
  • *
  • Posts: 18
    • Lerrett
Re: Change the background color
« Reply #2 on: April 25, 2008, 12:39:10 PM »
Great, thank you!