Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Change Alert Message text /box color

Change Alert Message text /box color

Locked

Views: 5,141

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
8 Oct 2008, 10:08 PM
#1
webelements avatar

webelements

New Zenner

Join Date:
Oct 2008
Posts:
3
Plugin Contributions:
0

Change Alert Message text /box color

I am creating a website for a client of mine and she wants to change the color of the box that contains the alert message "Congratulations you have redeemed the Discount Coupon"

Right now the Text is White and the Box is white... so there is no way a customer will know what that says without highlighting it.

Please someone help.... I have been searching the CSS files and have no clue where to edit.

9 Oct 2008, 7:27 AM
#2
tjr_stores avatar

tjr_stores

New Zenner

Join Date:
Aug 2007
Location:
UK
Posts:
66
Plugin Contributions:
0

Re: Change Alert Message text /box color

Hi WebElements,

Look for this file..

includes/templates/YOUR_TEMPLATE/css/stylesheet.css

In that file look for

.messageStackSuccess {
	background:#929292;  /* background color for success messages, grey default */
	}

and change the

background:#929292;

To whatever colour you need.

If this does not help then a link to your site would be greatly appreciated so I can see your stylesheet better.

Rob

12 Oct 2008, 6:13 PM
#3
webelements avatar

webelements

New Zenner

Join Date:
Oct 2008
Posts:
3
Plugin Contributions:
0

Re: Change Alert Message text /box color

Thanks Alot! it works great