When you view orders in admin, How can I change the font size of the products and attributes purchased?
Thanks,
Michelle
This is a discussion on Change font of products & attributes when viewing orders in admin within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; When you view orders in admin, How can I change the font size of the products and attributes purchased? Thanks, ...
When you view orders in admin, How can I change the font size of the products and attributes purchased?
Thanks,
Michelle
In the CSS most likely. Look at the HTML source code to see if there is a class defined.
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!
seaserver,
Download Firefox (if you don't already use it) + an add-on called Firebug.
Firebug will allow you to "inspect" a page of html and show you which css styles are being called. Makes it nice and easy to find which bit to change ... just be aware that the styles are used in more than one place so you may need to create a new style and edit the html.
Hope this helps,
pgmarshall
_______________________________
I found it. For anyone else looking, it's located at admin/includes/stylesheet.css. You must change .dataTableContent. This will change all text that uses .dataTableContent unless you create a new style and apply to the products area.
Bookmarks