Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help locating something in Stylesheet


e_a_g_l_e_p_i

Recommended Posts

I'm looking to increase the size of the text in all the side boxes

 

 

But I can't find the place in the stylesheet.css to do it. is there a different place for each box? I'm using Topstyle 3.0 and although I'm able to find my way around it I really don't know CSS too well.

 

If someone could show me where in the stylesheet.css I need to make the changes for all the boxes I would appreciate it very much....

"If it looks good, you'll see it. If it sounds good, you'll hear it. If it's marketed right, you'll buy it. But...if it's REAL...you'll feel it."

 

Link to comment
Share on other sites

I'm looking to increase the size of the text in all the side boxes

But I can't find the place in the stylesheet.css to do it.  is there a different place for each box? I'm using Topstyle 3.0 and although I'm able to find my way around it I really don't know CSS too well.

 

If someone could show me where in the stylesheet.css I need to make the changes for all the boxes I would appreciate it very much....

 

All the infoboxes use the same class unless changes have been made. There is a list of what classes control what in the knowledge base for the infoboxes you should be looking for

 

.infoBoxContents {

background: #f8f8f9;

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

font-size: 10px;

 

TD.infoBoxHeading {

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

font-size: 10px;

font-weight: bold;

background: #bbc3d3;

color: #ffffff;

}

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Link to comment
Share on other sites

I think you've just totally confused me, first you said that all the info boxes use the same class, then you said there is a list of the classes for the info boxes I should be looking for?????

 

Does one class control all the info boxes ? or is there a class for each box?

 

All the infoboxes use the same class unless changes have been made. There is a list of what classes control what in the knowledge base for the infoboxes you should be looking for

 

.infoBoxContents {

  background: #f8f8f9;

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

  font-size: 10px;

 

TD.infoBoxHeading {

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

  font-size: 10px;

  font-weight: bold;

  background: #bbc3d3;

  color: #ffffff;

}

"If it looks good, you'll see it. If it sounds good, you'll hear it. If it's marketed right, you'll buy it. But...if it's REAL...you'll feel it."

 

Link to comment
Share on other sites

For a standard setup, just change the ones mentioned in the previous post and it is applied to all boxes.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...