Update css style
-
Hello guys
I wanted to change the widget text color so I used the following code in the css.
.sidebar ul body {
background: url("images/bg_g.png") repeat fixed 0 0 #000000;
color: #2C2B2B;
font: 12px/18px arial;
position: relative;
}
a {
color: #dbcf0b;
text-decoration: none;
}
a:hover {
color: #dbcf0b;
text-decoration: none;
}The issue is that the change is done, but now in some browser as safari or mozilla it is not possible to see the change in the main page but it is in the rest of pages.
Any idea why this happens?
Mod
Some browsers hang on to their caches much longer than others. Try clearing the cache in each browser and then viewing the page.
https://www.google.com/search?num=50&newwindow=1&safe=active&site=&source=hp&q=how+to+clear+browser+cache&oq=how+to+clearn+brow&gs_l=hp.3.0.0i13l10.1122.5119.0.7702.18.15.0.2.2.0.137.1131.12j3.15.0….0…1c.1.30.hp..3.15.899.rMeXyXGjkJ4
Mod
Try
a:linkinstead of justa
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
