Zen Cart Logo
Forums / General Questions / Featured Products / Monthly Specials - Colour

Featured Products / Monthly Specials - Colour

Locked

Views: 996

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
1 Jul 2008, 2:03 PM
#1
karenkte avatar

karenkte

Zen Follower

Join Date:
Feb 2008
Posts:
200
Plugin Contributions:
0

Featured Products / Monthly Specials - Colour

The colour of my text for featured products and montly specials is wrong. I need a contrast colour which stands out clearly - I think white would be best.

I have asked for help on this before but had no success......the instructions I was given changed the whole page to white!

If you look at the front page of my website you will see what I need - at present you can hardly read the text due to the bad colouring

https://www.fairytalefashions.co.uk

Thanks

1 Jul 2008, 8:17 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Featured Products / Monthly Specials - Colour

I thought we had this fixed once ...:huh:

Find this in your stylesheet:

.leftBoxHeading, .centerBoxHeading {
margin: 0em;
background-color: #663366;
padding: 0.5em 0.2em;
}

Split it so you have this:

**.leftBoxHeading {
margin: 0em;
background-color: #663366;
padding: 0.5em 0.2em;
}

.centerBoxHeading {
background-color: #663366;
margin: 0em;
padding: 0.5em 0.2em;
color:#ffffff;
} **

Change the #ffffff to whatever color you want.

6 Jul 2008, 1:04 PM
#3
karenkte avatar

karenkte

Zen Follower

Join Date:
Feb 2008
Posts:
200
Plugin Contributions:
0

Re: Featured Products / Monthly Specials - Colour

Perfect!!!! Thank you so much - this is a vast improvement.

I had been doing it slightly wrong last time I tried but worked a treat this time.

Karen