Guest Posted November 17, 2011 Posted November 17, 2011 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?
Guest Posted November 17, 2011 Posted November 17, 2011 Dan, Hit CTRL - F5 to refresh your browser cache. Chris
multimixer Posted November 17, 2011 Posted November 17, 2011 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;} My community profile | Template system for osCommerce - New: Responsive | Feedback channel
Guest Posted November 18, 2011 Posted November 18, 2011 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
multimixer Posted November 18, 2011 Posted November 18, 2011 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 My community profile | Template system for osCommerce - New: Responsive | Feedback channel
Guest Posted November 18, 2011 Posted November 18, 2011 Ok great. I put the code above at the top of the stylesheet and that worked, Thanks for the help.
multimixer Posted November 18, 2011 Posted November 18, 2011 Ok great. I put the code above at the top of the stylesheet and that worked, Thanks for the help. Better you put it to the end My community profile | Template system for osCommerce - New: Responsive | Feedback channel
Guest Posted November 18, 2011 Posted November 18, 2011 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?
multimixer Posted November 18, 2011 Posted November 18, 2011 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. My community profile | Template system for osCommerce - New: Responsive | Feedback channel
Guest Posted November 18, 2011 Posted November 18, 2011 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.
multimixer Posted November 18, 2011 Posted November 18, 2011 I think there is nothing more easy than to create a new theme online with themeroller and then drop it into your store (or use themeswitcher) links above My community profile | Template system for osCommerce - New: Responsive | Feedback channel
Recommended Posts
Archived
This topic is now archived and is closed to further replies.