2012-08-08, 13:28:48
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?
Help?
The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
|
GetSimple only edits only working in Opera...
|
2012-08-08, 13:28:48
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?
2012-08-08, 23:57:17
clear cache ?
2012-08-09, 02:20:11
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....
2012-08-09, 14:30:23
(This post was last modified: 2012-08-09, 14:56:43 by weglagewope.)
TheFunForecast.com
2012-08-10, 01:40:52
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: progidXImageTransform.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;
2012-08-10, 02:08:10
(This post was last modified: 2012-08-10, 02:09:33 by weglagewope.)
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! |
« Next Oldest | Next Newest »
|