Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2010
    Posts
    126
    Plugin Contributions
    0

    Default How can I change the font size of my messageStackCaution messages?

    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?

  2. #2
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,068
    Plugin Contributions
    0

    Default Re: How can I change the font size of my messageStackCaution messages?

    Quote Originally Posted by Ambitions View Post
    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?
    You could try this:
    . messageStackCaution larger {font-size: 1.3em;}
    Mark
    Hare Do - Does the rabbit beat Zen "never".
    Zen Cart 1.5.1 Update Release Need help Purchase the Book

  3. #3
    Join Date
    Apr 2010
    Posts
    126
    Plugin Contributions
    0

    Default Re: How can I change the font size of my messageStackCaution messages?

    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.

  4. #4
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,068
    Plugin Contributions
    0

    Default Re: How can I change the font size of my messageStackCaution messages?

    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

  5. #5
    Join Date
    Apr 2010
    Posts
    126
    Plugin Contributions
    0

    Default Re: How can I change the font size of my messageStackCaution messages?

    You sir are amazing, thanks for your time.

  6. #6
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,068
    Plugin Contributions
    0

    Default Re: How can I change the font size of my messageStackCaution messages?

    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

 

 

Similar Threads

  1. How to change the Salutation font size?
    By willieWontGo in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 Oct 2009, 09:50 PM
  2. To Change Option Name and Value Font Size
    By soonhang in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Jun 2009, 05:20 AM
  3. Change font size & type
    By fleabags in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 30 Jun 2007, 04:11 PM
  4. Change font size for tag line
    By TweedyBird in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 11 Nov 2006, 07:16 AM
  5. Change font size in Index.php?
    By chrisj in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 2 Sep 2006, 12:11 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •