GetSimple Support Forum

Full Version: GetSimple only edits only working in Opera...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
clear cache ?
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.
a link would be nice....
TheFunForecast.com
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;
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!