whats the name in the .css for the text
![]()
This is a discussion on .css cant seem to fix table within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; whats the name in the .css for the text...
whats the name in the .css for the text
![]()
Displayed "text" is NOT stored in CSS - there in the Language files.... /includes/lauguages/*.php and other files in the subdirectories. Remember to change/transalate for each language you want to use....
JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
could you give the whole path
and why would change from black to white
http://www.yoursite.com/catalog/incl...lish/login.php
Line 18:
define('TEXT_NEW_CUSTOMER_INTRODUCTION', 'By creating an account at ' . STORE_NAME . ' you will be able to shop faster, be up to date on an orders status, and keep track of the orders you have previously made.');
As for WHY - I never said to change from black to white. - I don't understand....
If you want to change the COLOR of this TEXT then in the CSS file look for and change
TD.main, P.main {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
line-height: 1.5;
}
However this will change a WHOLE lot of text....
JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Bookmarks