Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetSimple only edits only working in Opera...
#1
So when I edit the CSS for a theme or something, to say change the color of the header, the changes appear in Opera but not in Firefox, Chrome, or Safari...

Help?
Reply
#2
clear cache ?
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#3
I have. I've cleared cache and cookies. It still shows up as a default blue and not the burnt orange I'm trying to use.
Reply
#4
a link would be nice....
Reply
#5
TheFunForecast.com
Reply
#6
your header css is all messed up...

.header {
background: #CC5500;
background: -moz-linear-gradient(top, #6B94B4 0%, #316594 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6B94B4), color-stop(100%,#316594));
filter: progidBig GrinXImageTransform.Microsoft.gradient( startColorstr='#6B94B4', endColorstr='#316594',GradientType=0 );
height:160px;
border-bottom:#2B5780 1px solid;
}

if you want one color you only need :

background: #CC5500;
height:160px;
border-bottom:#2B5780 1px solid;
Reply
#7
Thats weird because that was all there to begin with. It all looked useless to me but I was afraid to touch it for fear of messing it up more.

Fixed and much appreciation!
Reply




Users browsing this thread: 1 Guest(s)