cancel
Showing results for 
Search instead for 
Did you mean: 

Does plusnet have a sticky cache or is the problem at my end?

stayinwonderlan
Grafter
Posts: 26
Registered: ‎20-02-2013

Does plusnet have a sticky cache or is the problem at my end?

I don't suppose someone could view this page:
http://www.architecturalvisualisation3d.co.uk/
and tell me if the text is predominantly bright blue or orange?
if it's blue then I have a cache problem, if it's orange, then my css page isn't being read somehow.
thanks!
5 REPLIES 5
pwatson
Rising Star
Posts: 2,470
Thanks: 8
Fixes: 1
Registered: ‎26-11-2012

Re: Does plusnet have a sticky cache or is the problem at my end?

Orange...
dvorak
Moderator
Moderator
Posts: 29,497
Thanks: 6,627
Fixes: 1,483
Registered: ‎11-01-2008

Re: Does plusnet have a sticky cache or is the problem at my end?

titles in orange, body text bluey / grey
Customer / Moderator
If it helped click the thumb
If it fixed it click 'This fixed my problem'
Kelly
Hero
Posts: 5,497
Thanks: 380
Fixes: 9
Registered: ‎04-04-2007

Re: Does plusnet have a sticky cache or is the problem at my end?

The Headings are orange, being taken from:
.entry-title a:link, .entry-title a:visited {
   color: #C14A22;
   text-decoration: none;
}
in the style.css
according to firebug.
I can't see any blue colours being pulled in the rule list.
Kelly Dorset
Ex-Broadband Service Manager
Kelly
Hero
Posts: 5,497
Thanks: 380
Fixes: 9
Registered: ‎04-04-2007

Re: Does plusnet have a sticky cache or is the problem at my end?

The body text is being coloured by:
#content, #content textarea {
    color: #666666;
    font-size: 12px;
    line-height: 18px;
}
Kelly Dorset
Ex-Broadband Service Manager
stayinwonderlan
Grafter
Posts: 26
Registered: ‎20-02-2013

Re: Does plusnet have a sticky cache or is the problem at my end?

Thanks. Never mind, it was something called Cloud Flare which I installed and it was caching my site. Thanks anywho.