Hi, i want to change the font size of the NOTICE messages that appear when for example the shopping cart is merged from logging in.
The class for it is
class = messageStackCaution larger
but how do i apply this in my style sheet to change the font?
Hi, i want to change the font size of the NOTICE messages that appear when for example the shopping cart is merged from logging in.
The class for it is
class = messageStackCaution larger
but how do i apply this in my style sheet to change the font?
Mark
Hare Do - Does the rabbit beat Zen "never".
Zen Cart 1.5.1 Update Release Need help Purchase the Book
Thanks but this doesnt do it. Its not so much of a problem just the font from these notices are slightly too big for my liking.
Ok, It took me a while to make the error you are receiving:
Edit the includes/ templates/ your_template/ css/ stylesheet.css
Look for:
.messageStackCaution {
background-color:#FFFF66;
color:#000000;
}
Add this:
font-size: 1.5em;
Mark
Hare Do - Does the rabbit beat Zen "never".
Zen Cart 1.5.1 Update Release Need help Purchase the Book
You sir are amazing, thanks for your time.
You are most welcome... Glad your problem is fixed..![]()
Mark
Hare Do - Does the rabbit beat Zen "never".
Zen Cart 1.5.1 Update Release Need help Purchase the Book
Bookmarks