nekotachi Posted April 1, 2006 Posted April 1, 2006 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. Where in the CSS is it so I can change it? Thanks!
KaiAnimation Posted April 1, 2006 Posted April 1, 2006 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.
jasonabc Posted April 1, 2006 Posted April 1, 2006 change the background value of this class in your stylesheet: .productsNotifications Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix
nekotachi Posted April 1, 2006 Author Posted April 1, 2006 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'.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.