• Page 1 of 1
  • 1
Forum moderator: bigblog  
Css problem
Ed05
Posts: 556
Reputation: 7

Message # 1 | 4:02 PM
Hi! I have problem with css this days. The problem is in changing css, i mean when i change some colors etc in css , there on my website is stil the same color, it wont change it. And when i inspect element i see that system is not saving my changes in css. I change css and i klicked save button and it says that its saved but on website is other story! What is this?
!
Eriko
Pokémon Master
Posts: 962
Reputation: 34

Message # 2 | 1:01 AM
Ed05, try using !important.
Code
background-color:#444 !important;

it will override inline css.

if it still won't work, gimme a link to your website.
Good
Posts: 365
Reputation: 12

Message # 3 | 2:42 AM
Did you check the link store your css file?

You can clear your history on the computer.
NormalX
Posts: 94
Reputation: 7

Message # 4 | 3:14 AM
Ed05,

View source and follow css link then check if changes have been applied

Clear cache and stuff of the browser
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 5 | 4:14 AM
Ed05, use CTRL + F5 to clear the page cache if you know it's been updated in the CSS and it's not updating on the page.

Most commonly, however, I know I rather check my code than putting it down to a local problem. So make sure to check the inspect element and see if there is anything you have missed in the code. If in doubt - as Eriko has said, use the !important attribute and see if there are any changes.

If none of these work, please provide your site URL. wink

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Ed05
Posts: 556
Reputation: 7

Message # 6 | 10:17 PM
Quote Paradox ()
use CTRL + F5 to clear the page cache if you know it's been updated in the CSS and it's not updating on the page.

Quote Paradox ()


Posts: 735
Reputation: 17  ±
Message # 2 | 7:01 PM 2014-06-01
Ed05, try using !important.
background-color:#444 !important;1

it will override inline css.

if it still won't work, gimme a link to your website.
Former 13053121k0 and YamiTatsuro.
thank quote profile PM
Good

Posts: 109
Reputation: 1  ±
Message # 3 | 8:42 PM 2014-06-01
Did you check the link store your css file?

You can clear your history on the computer.
thank quote profile PM www
NormalX

Posts: 77
Reputation: 7  ±
Message # 4 | 9:14 PM 2014-06-01
Ed05,

View source and follow css link then check if changes have been applied

Clear cache and stuff of the browser
thank quote profile PM
Paradox

Posts: 2768
Reputation: 123  ±
Message # 5 | 10:14 PM 2014-06-01
Ed05, use CTRL + F5 to clear the page cache if you know it's been updated in the CSS and it's not updating on the page.

Most commonly, however, I know I rather check my code than putting it down to a local problem. So make sure to check the inspect element and see if there is anything you have missed in the code. If in doubt - as Eriko has said, use the !important attribute and see if there are any changes.

If none of these work, please provide your site URL.
New to the uCoz Community? Read our short welcome post.
uCoz Community | uCoz Templates Community


Ok guys i have resloved problem. I must wait some time ,about 10 min to saved css take effect. This hapens rarely so i will ignore it
dry

!
Sunny
Posts: 9296
Reputation: 456

Message # 7 | 7:53 AM
Ed05, it shouldn't be this way. Doesn't CTRL+F5 help?
I'm not active on the forum anymore. Please contact other forum staff.
anders
Posts: 20
Reputation: 0

Message # 8 | 11:23 AM
Ctrl + f5 as sunny said above, or maybe you need to clean cache memory in your browser?
Ed05
Posts: 556
Reputation: 7

Message # 9 | 11:10 AM
Quote Sunny ()
Doesn't CTRL+F5 help?

Refreshing page did not helping me. It need about 5-10 min to css changes take effect.
Quote anders ()
or maybe you need to clean cache memory in your browser

That maybe will help but i wont do that every time when i change something in css.Any way i clear cashe every day.

!
Sunny
Posts: 9296
Reputation: 456

Message # 10 | 1:13 PM
Ed05, what's the website URL?
I'm not active on the forum anymore. Please contact other forum staff.
Ed05
Posts: 556
Reputation: 7

Message # 11 | 6:02 PM
the problem is here to when i edit message on forum it wont change for a while angry biggrin obviosly its something else again, something deper. doesn't matter.
!
Post edited by Ed05 - Tuesday, 2014-06-10, 6:04 PM
  • Page 1 of 1
  • 1
Search: