Jump to content

How to change Awaiting Cheque Payment font color ?


Recommended Posts

Hello

 

Using PS 1.6.0.5 default theme

 

See if this works for you, go to global.css and around line 2805 change the colour to #fff;

 

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0; }
  .label[href]:hover, .label[href]:focus {
    color: white;
    text-decoration: none;
 
This will change all colours
 
Paul
Link to comment
Share on other sites

Hello

 

Using PS 1.6.0.5 default theme

 

See if this works for you, go to global.css and around line 2805 change the colour to #fff;

 

.label {

  display: inline;

  padding: .2em .6em .3em;

  font-size: 100%;

  font-weight: bold;

  line-height: 1;

  color: #fff;

  text-align: center;

  white-space: nowrap;

  vertical-align: baseline;

  border-radius: 0; }

  .label[href]:hover, .label[href]:focus {

    color: white;

    text-decoration: none;

 

This will change all colours

 

Paul

 

 

Hi, Pual

Thanks for ur help. Now I changed to font white color. :)

Link to comment
Share on other sites

×
×
  • Create New...