Jump to content

Change Background Colour


Recommended Posts

Hi All

 

I am trying to change the background colour from white (ffffff) to grey (333333). I am searching through the global.css file and cannot seem to find the line to edit in order to change this. Perchance does anyone know what I'm doing wrong?

 

It appears the changes i am making aren't taking effect:

 

#cmsinfo_block {

  overflow: hidden;
  background: #830831;
  min-height: 344px;
  height: 344px;
  padding-right: 29px;
  padding-left: 29px; 
 
^^^^ still shows the colour as (f2f2f2) on the cms info block...
 
  .btn.button-minus span {
    display: block;
    border: 1px solid #fff;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    padding: 4px 0 0 0;
    background: black;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(black), to(#333333));
    background-image: -webkit-linear-gradient(top, black, 0%, #333333, 100%);
    background-image: -moz-linear-gradient(top, black 0%, #333333 100%);
    background-image: linear-gradient(to bottom, #333333 0%, #333333 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFBFBFB', GradientType=0); }
 
^^^^ still shows as white

 

Thanks in advance

Edited by Ja3v3n (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...