Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Infoboxcontents Font Size. How to change?


dallasrobyn

Recommended Posts

Posted

Hi. I've been trying to change the font size for my infobox (categories, information, etc.) It's just too small. I've gone to the stylesheet and tried changing:

 

.infoBoxContents {

background: #ffffff;

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 14px;

}

 

I've change the font size over and over, up to 56, just to see if it made a difference. I've also tried changing the font size for the other infoBox font options, but nothing seems to change.

 

What am I missing?

Posted
Hi. I've been trying to change the font size for my infobox (categories, information, etc.) It's just too small. I've gone to the stylesheet and tried changing:

 

.infoBoxContents {

background: #ffffff;

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 14px;

}

 

I've change the font size over and over, up to 56, just to see if it made a difference. I've also tried changing the font size for the other infoBox font options, but nothing seems to change.

 

What am I missing?

 

 

i love/hate stylesheets, and that of course depends on whether they behave predictably. of course, they always behave predictably, i'm just not always so good at predicting...

 

but i digress. back to your question: try changing the font in .boxText it should be right there at the top of your stylesheet.

 

do yourself a favor and download a copy of Firefox, then install the extension called "Web Developer". this will give you a wealth of tools for figuring this kind of thing out. this single thing has pushed me into using Firefox as my browser when coding, it's so dang useful. in this particular case, i just went to my test store (which is basically the original osC store) and from the Web Developer tool bar chose Information>Show ID & Class Details. This puts an ID and class label on everything on the page, and i could immediately see that the boxes are indeed class="infoBox", but within them, the text is class="boxText"

 

cheers,

rj

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...