Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing infoBoxHeading in 2.3.1


Guest

Recommended Posts

Posted

Hello-

 

I am using 2.3.1. I have changed the stylesheet as per the instrcutions I have read regarding changing the colors of the info boxes:

 

TD.infoBoxHeading {font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; background: #006600; color: #ffffff;}

 

However when I upload the new stylesheet nothing has changed. Can anyone tell me why this is happening?

Posted

Dan,

 

Hit CTRL - F5 to refresh your browser cache.

 

 

 

Chris

Posted

The TD.infoBoxHeading does nothing to the box headings in version 2.3.1 because boxes are not tables anymore, so no TD and such

 

The background and general styling of boxes come from the ui widget theme, you can create a new one using themeroller

 

If you want to target just the ingobox headings of the boxes in the columns, then you could say in your css

 

#columnLeft .infoBoxHeading, #columnRight .infoBoxHeading {background:#f00;}

Posted

The TD.infoBoxHeading does nothing to the box headings in version 2.3.1 because boxes are not tables anymore, so no TD and such

 

The background and general styling of boxes come from the ui widget theme, you can create a new one using themeroller

 

If you want to target just the ingobox headings of the boxes in the columns, then you could say in your css

 

#columnLeft .infoBoxHeading, #columnRight .infoBoxHeading {background:#f00;}

 

 

 

The themeroller site is in a language I don't understand. I am not sure how the themeroller works. Is there a way to edit the widget? As for the code that you mention above, where do I put that specifically?

 

Thanks for your help.

 

 

Can the widget

Posted

Dan, not clear what you mean

 

Themeroller site is in english

 

EDIT: Ah, if you mean the "lorem ipsum" dummy text in the boxes, that is just placeholder text, nothing to read. I have some instructions here about how to get a new theme

 

Alternatively you can also use "themeswitcher" addon

Posted

Ok great. I put the code above at the top of the stylesheet and that worked, Thanks for the help.

Posted

Thanks-

 

Your code insertion allowed me to change the color of the box headings but it did not change the blue bar across the top . Do you know how I can change that?

Posted

Your question was about how to change the color of the infoboxes, right?

 

If you plan to do general color changes, then best is you use themeroller, so everything stay consistent. There are several more parts that you will want to change, so I guess next questions will be about borders, buttons etc.

Posted

why do they make it so much harder to customize things? You would think they would try to make it easier to make changes rather than harder.

Archived

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

×
×
  • Create New...