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.
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 ...
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.
look in catalog/templates then find the template you are using ie. aabox/
in there, locate the stylesheet.css, and find the following line:
that is where you change the size. it will look like:Code:.infoBoxNoticeContents {
and you just change the font-size to be what you want.Code:.infoBoxNoticeContents { background: #FFE6E6; font-family: Verdana, Arial, sans-serif; font-size: 10px; }
hope this helps,
Patrick![]()
Bookmarks