Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing background color for a specific area


nekotachi

Recommended Posts

Posted

I've gone through the css file twice but I still can't find it.

 

The text in my store is white.

 

This background is an almost white mint color.

 

backgroundcolororder3ll.gif

 

Where in the CSS is it so I can change it?

 

Thanks!

Posted

Hi nekotachi-

 

I don't have the answer to your question, but I can tell you how I would go about finding it.

 

Go back to that webpage and look at the Source Code. On Internet Explorer it's in View then Source. Once that text file is open then so a search for Your Order Has Been Processed.

 

When this is found, there will be a line of code before "Your Order Has Been Processed" with the word class in it. Browsers look in the stylesheet for the style defined by class to display that style. It will look something like one of the following:

<table class="some_css_style">

<td class="some_css_style"> or

<div class="some_css_style">

 

In my example, "some_css_style" will be the style I would look for in the stylesheet. The thing I would change would be background-color.

 

Danny

If I'm giving advice, it is based on what path I would take to fix your problem. My path may be wrong.

Posted

Thanks for the help KaiAnimation. :D

 

I couldn't find it with the page source.

 

But I did find it on round #3 with CSS.

 

It was near the top. -_-

 

I can't believe I missed it earlier. It's 'productsNotifications'.

Archived

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

×
×
  • Create New...