Results 1 to 10 of 41

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: Sidebox font sizes different

    If it could be red on the left and grey on the right the same as the live site

    http://www.eastcoasthobbies.com.au

    Then if we could get the font sizes the same for the sidebox headings i.e it is different between say on the left between shopping cart and search.

    Cheers

    Brett

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Sidebox font sizes different

    Quote Originally Posted by brettw View Post
    If it could be red on the left and grey on the right the same as the live site

    http://www.eastcoasthobbies.com.au

    Then if we could get the font sizes the same for the sidebox headings i.e it is different between say on the left between shopping cart and search.

    Cheers

    Brett
    One at a time please..

    Find this:
    .leftBoxHeading, .rightBoxHeading {
    margin: 0em;
    background-color: #db251f;
    padding: 0.5em 0.2em;
    }

    We will be replacing with the declarations below:

    Change to this:

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

    .rightBoxHeading {
    margin: 0em;
    background-color: #676767;
    padding: 0.5em 0.2em;
    }

  3. #3
    Join Date
    Mar 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: Sidebox font sizes different

    Ok change made.

    Cheers

    Brett

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Sidebox font sizes different

    B,
    Now you like the colors:

    What is the next problem??

  5. #5
    Join Date
    Mar 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: Sidebox font sizes different

    Thanks for sticking with me..

    The font sizes between the sidebox names seem to be different sizes.
    If we could get them all the same as the categories font size it would be great.

    Cheers

    B

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Sidebox font sizes different

    B,
    Find this:

    h3.rightBoxHeading, h3.rightBoxHeading a {
    font-size: 1.1em;
    color: #FFFFFF;
    }

    Change to this:

    h3.rightBoxHeading {
    font-size: 1.1em;
    color: #FFFFFF;
    }

    h3.rightBoxHeading a {
    color: #FFFFFF;}

  7. #7
    Join Date
    Mar 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: Sidebox font sizes different

    Would this work by Adding in to the .leftBoxHeading and .rightBoxHeading?
    font-size: .9em;

    From this thread
    http://www.zen-cart.com/forum/showthread.php?t=64266

    Cheers

    B

  8. #8
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Sidebox font sizes different

    try it, It is how I learned

  9. #9
    Join Date
    Mar 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: Sidebox font sizes different

    Ok changes made.

    It looks right on the right now but the left is not right.

    Thanks

    B

 

 

Similar Threads

  1. Different font sizes in footer
    By moltres93 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Sep 2011, 03:25 AM
  2. font sizes different in IE and FireFox
    By dzuberbu in forum General Questions
    Replies: 3
    Last Post: 31 Aug 2009, 07:50 PM
  3. Different font sizes for different languages
    By Trac Nez in forum Addon Language Packs
    Replies: 1
    Last Post: 30 Apr 2008, 03:30 AM
  4. Sidebox text is different sizes
    By moonstars in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 13 Jan 2008, 12:19 AM
  5. font sizes different on each page....
    By khopek in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 22 Aug 2006, 09:45 PM

Posting Permissions

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