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

Font problem ..plz help

This is a discussion on Font problem ..plz help within the osCommerce 2.2 Discussion forums, part of the osCommerce 2.2 Forums category; Dear All, What needs to be edited if want want text fo the webpage in VERDANA font only.I tried to ...

      
  1. #1
    Lurker
    Join Date
    Nov 2007
    Posts
    4
    Rep Power
    0


    Question Font problem ..plz help

    Dear All,

    What needs to be edited if want want text fo the webpage in VERDANA font only.I tried to tweal stylesheet file..but nothing seems to work.

    url for your reference..
    http://www.bestebookplaza.com/index.php?cPath=43

    I want "Title ".."Details|Buy" now text in VERDANA Font ..what needs to be modified

    Regards
    Animesh

  2. #2
    Active Member MindTwist's Avatar
    Join Date
    Jun 2007
    Location
    Barcelona, Spain
    Posts
    409
    Rep Power
    7


    Default Re: Font problem ..plz help

    Why not try the oscommerce forums? You are not even running OSCMAX, and OSCMAX uses a template system that does not come by default on OSC.
    Our answer on where to change that on OSCMAX would be of no use to you.

  3. #3
    Lurker
    Join Date
    Nov 2007
    Posts
    4
    Rep Power
    0


    Smile Re: Font problem ..plz help

    Thanks mind twist..

    Can my OSC website converted in to oscmax.You mentioned template kind of thing..actually i was not aware

    what needs to be done ? i want my website have rich graphics.

    Regards
    animesh

  4. #4
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: Font problem ..plz help

    MindTwist, he posted to the correct forums for osCommerce 2.2 support. We welcome standard osC users here too. That is why we have separate forums for standard osC 2.2.

    The answer is exactly the same for both osCommerce or osCMax... change the stylesheet.css file to use verdana for all font styles. Then, hunt down any that are hardcoded and not controlled by the stylesheet.css file (there still may be some of those).

    The only difference is where the stylesheet.css file is located.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  5. #5
    Active Member MindTwist's Avatar
    Join Date
    Jun 2007
    Location
    Barcelona, Spain
    Posts
    409
    Rep Power
    7


    Default Re: Font problem ..plz help

    Oooops...

  6. #6
    Lurker
    Join Date
    Nov 2007
    Posts
    4
    Rep Power
    0


    Unhappy Re: Font problem ..plz help

    Quote Originally Posted by michael_s View Post
    MindTwist, he posted to the correct forums for osCommerce 2.2 support. We welcome standard osC users here too. That is why we have separate forums for standard osC 2.2.

    The answer is exactly the same for both osCommerce or osCMax... change the stylesheet.css file to use verdana for all font styles. Then, hunt down any that are hardcoded and not controlled by the stylesheet.css file (there still may be some of those).

    The only difference is where the stylesheet.css file is located.
    Micheal,

    I changed stylesheet file ...but nothing seems work .I don`t see any changes
    in font inspite of making font family:verdana through out the file.

    I also placed this updated stylesheet in respective folders.. still no change in font for the page i mentioned above .

    Ani ;-(

  7. #7
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: Font problem ..plz help

    Did you happen to clear your browser cache? Please post a link to your site.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  8. #8
    Lurker
    Join Date
    Nov 2007
    Posts
    4
    Rep Power
    0


    Default Re: Font problem ..plz help

    Quote Originally Posted by michael_s View Post
    Did you happen to clear your browser cache? Please post a link to your site.
    Micheal,

    Here`s the page/section of my website where in i want every thing to be in VERDANA Font .

    link : http://www.bestebookplaza.com/index.php?cPath=43



    current .CSS filecontents...
    ******************************************
    .boxText { font-family: Verdana; font-size: 10px; }
    .errorBox { font-family : Verdana; font-size : 10px; background: #ffb3b5; font-weight: bold; }
    .stockWarning { font-family : Verdana; font-size : 10px; color: #cc0033; }
    .productsNotifications { background: #f2fff7; }
    .orderEdit { font-family : Verdana; font-size : 10px; color: #70d250; text-decoration: underline; }

    BODY {
    text-align: center;
    background: #D6DEE5;
    background-image: url("images/blue-gradient.gif");
    background-repeat: repeat-x;
    color: #000000;
    margin: 0px;
    }

    .fixcenter {
    width: 778px;
    border: ridge; border-color:#B8CDE0; border-width: 1px;
    background: #ffffff;
    color: #000000;
    margin: auto;
    margin-top: 20px;
    text-align: left;
    }

    A {
    color: #000000;
    text-decoration: none;
    }
    A:hover {
    color: #336699;
    text-decoration: underline;
    }
    FORM {
    display: inline;
    }
    TR.header {
    background: #ffffff;
    }
    TR.headerNavigation {
    background: #336699;
    }

    TD.headerNavigation {
    font-family: Verdana;
    font-size: 10px;
    background: #336699;
    background-image: url("images/box_head.gif");
    color: #ffffff;
    font-weight : bold;
    }
    A.headerNavigation {
    color: #FFFFFF;
    }

    A.headerNavigation:hover {
    color: #ffffff;
    }
    TR.headerError {
    background: #ff0000;
    }

    TD.headerError {
    font-family: Tahoma, Verdana;
    font-size: 12px;
    background: #ff0000;
    color: #ffffff;
    font-weight : bold;
    text-align : center;
    }

    TR.headerInfo {
    background: #00ff00;
    }

    TD.headerInfo {
    font-family: Tahoma, Verdana;
    font-size: 12px;
    background: #00ff00;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    }

    TR.footer {
    background: #336699;
    }

    TD.footer {
    font-family: Verdana;
    font-size: 10px;
    background: #336699;
    background-image: url("images/box_head.gif");
    color: #ffffff;
    font-weight: bold;
    }

    .infoBox {
    background: #336699;
    }

    .infoBoxContents {
    background: #ffffff;
    font-family: Verdana;
    font-size: 10px;
    }

    .infoBoxNotice {
    background: #FF8E90;
    }

    .infoBoxNoticeContents {
    background: #FFE6E6;
    font-family: Verdana;
    font-size: 10px;
    }

    TD.infoBoxHeading {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    background: #336699;
    background-image: url("images/box_header.gif");
    color: #ffffff;
    }

    TD.infoBox, SPAN.infoBox {
    font-family: Verdana;
    font-size: 10px;
    }

    TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
    background: #f8f8f9;
    }

    TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {

    background: #BDBDDE;

    }


    TABLE.productListing {
    border: 1px;
    border-style: solid;
    border-color: #336699;
    border-spacing: 1px;
    }

    .productListing-heading {
    font-family: Verdana;
    font-size: 10px;
    background: #336699;
    color: #FFFFFF;
    font-weight: bold;
    }
    TD.productListing-data {
    font-family: Verdana;
    font-size: 10px;
    background: #336699;
    color: #FFFFFF;
    }

    A.pageResults {
    color: #0000FF;
    }
    A.pageResults:hover {
    color: #0000FF;
    background: #FFFF33;
    }

    TD.pageHeading, DIV.pageHeading {
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
    color: #336699;
    }

    TR.subBar {
    background: #f4f7fd;
    }

    TD.subBar {
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    }

    TD.main, P.main {
    font-family: Verdana;
    font-size: 11px;
    line-height: 1.5;
    }

    TD.smallText, SPAN.smallText, P.smallText {
    font-family: Verdana, Verdana, Verdana;
    font-size: 10px;
    }

    TD.accountCategory {
    font-family: Verdana;
    font-size: 13px;
    color: #aabbdd;
    }

    TD.fieldKey {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    }


    TD.fieldValue {
    font-family: Verdana;
    font-size: 12px;
    }
    TD.tableHeading {
    font-family: Verdana;

    font-size: 12px;

    font-weight: bold;

    }


    SPAN.newItemInCart {

    font-family: Verdana;

    font-size: 10px;

    color: #ff0000;

    }


    CHECKBOX, INPUT, RADIO, SELECT {

    font-family: Verdana;

    font-size: 11px;

    }


    TEXTAREA {

    width: 100%;

    font-family: Verdana;

    font-size: 11px;

    }


    SPAN.greetUser {

    font-family: Verdana;

    font-size: 12px;

    color: #f0a480;

    font-weight: bold;

    }


    TABLE.formArea {

    background: #f1f9fe;

    border-color: #7f9ebd;

    border-style: solid;

    border-width: 1px;

    }


    TD.formAreaTitle {

    font-family: Tahoma, Verdana;

    font-size: 12px;

    font-weight: bold;

    }


    SPAN.markProductOutOfStock {

    font-family: Tahoma, Verdana;

    font-size: 12px;

    color: #c76170;

    font-weight: bold;

    }


    SPAN.productSpecialPrice {

    font-family: Verdana;

    color: #ff0000;

    }


    SPAN.errorText {

    font-family: Verdana;

    color: #ff0000;

    }


    .moduleRow { }

    .moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }

    .moduleRowSelected { background-color: #E9F4FC; }


    .checkoutBarFrom, .checkoutBarTo { font-family: Verdana; font-size: 10px; color: #8c8c8c; }

    .checkoutBarCurrent { font-family: Verdana; font-size: 10px; color: #000000; }


    /* message box */


    .messageBox { font-family: Verdana; font-size: 10px; }

    .messageStackError, .messageStackWarning { font-family: Verdana; font-size: 10px; background-color: #ffb3b5; }

    .messageStackSuccess { font-family: Verdana; font-size: 10px; background-color: #99ff00; }


    /* input requirement */


    .inputRequirement { font-family: Verdana; font-size: 10px; color: #ff0000; }


    TABLE.productinfoBox {

    border: solid; border-color:#336699; border-width: 1px;

    background: #BDBDDE;

    font-family: Verdana;

    font-size: 10px;

    }


    TD.Price {

    font-family: Verdana;

    font-size: 20px;

    font-weight: bold;

    color: #000000;

    }


    *************
    Ani

Similar Threads

  1. Change the Font Size of the Text in all InfoBox's
    By mrwang in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 01-02-2005, 04:25 PM
  2. Font and font size problems!
    By calle2 in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 10-19-2004, 03:25 AM
  3. How to adjust font sizes
    By mom2nine in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 03-04-2004, 08:22 AM
  4. where is file that controls font colour
    By dcswiftly in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 11-25-2003, 05:27 PM
  5. Adding additional font choices to the stylesheet
    By MysticWonder in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 02-20-2003, 03:23 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
  •