Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing box colours in Bootstrap 2.3.4


Recommended Posts

Having a bit of an issue with box colours I am trying to change and changing default site to my old store colours.

 

Having changed .panel-default>.panel-heading to my new colour. All the boxes change to my new colour, great. Now when I change the box title font to #fff

Some change (Categories/Manufacturers/Best Sellers/Information) but some stay black such as (Whats New/Specials/Shopping Cart)

 

Strangely the Bestsellers list also have blue and black text listed in it?

 

Not even started on changing the top bar and glyphicon glyphicon-home colour yet.

 

Any ideas regarding changing site colours?

Link to comment
Share on other sites

Thanks, done that

 

It changes only 4 boxes though. Shouldn't all side boxes have the same CSS ref?

 

 

The box fonts appear to be under 

 

.panel-heading a {
 
.panel-default>.panel-heading {
Link to comment
Share on other sites

All the boxes have links in them don't they?

 

Anyway, got it working now. Code added and working is

 

.panel-default>.panel-heading{
color:#fff;
background-color:#000000;
}
 
.panel-heading a {
color: #fff;
background-color: #000000;
}
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...