osCmax v2.5 User Manual
Results 1 to 2 of 2

Change the Font Size of the Text in all InfoBox's

This is a discussion on Change the Font Size of the Text in all InfoBox's within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; How do i change the font size of the text in all of the infobox located in the left and ...

      
  1. #1
    New Member
    Join Date
    Jan 2005
    Location
    Tempe
    Posts
    20
    Rep Power
    0


    Default Change the Font Size of the Text in all InfoBox's

    How do i change the font size of the text in all of the infobox located in the left and right frames. I assume it is in the Stylesheet.css but i am not certain which line to change.

  2. #2
    New Member
    Join Date
    Nov 2004
    Posts
    14
    Rep Power
    0


    Default

    look in catalog/templates then find the template you are using ie. aabox/

    in there, locate the stylesheet.css, and find the following line:

    Code:
    .infoBoxNoticeContents {
    that is where you change the size. it will look like:

    Code:
    .infoBoxNoticeContents {
      background: #FFE6E6;
      font-family: Verdana, Arial, sans-serif;
      font-size: 10px;
    }
    and you just change the font-size to be what you want.

    hope this helps,

    Patrick

Similar Threads

  1. Can I change size of Geotrust box image?
    By Redeye_Joe in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 02-28-2006, 06:09 AM
  2. Modifying Category text size and prominence...
    By pthurmond in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 01-06-2005, 11:19 AM
  3. Font and font size problems!
    By calle2 in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 10-19-2004, 03:25 AM
  4. Main body text size/size of search box/adding img to footer
    By thecandypam in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 07-10-2004, 10:58 AM
  5. I need to change the font size of shopping cart, bestsellers
    By wilmich in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 12-15-2003, 11:24 PM

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
  •