Hello people,
i have a problem.
If I change something in the theme / default / style.css and save the file does not save.
example:
Background color is blue
Change the background color to white (save everything)
Nevertheless background color is blue
I hope you know what I mean ... ^^
Anyone have a solution?
Thank you!
Hello,
I checked and everything works fine, background was changed to white color. CTRL+F5 on your website, maybe you have some problems with the cache.
Regards!
Hi
No, this was just an example.
Just so I wanted to say, no matter what I change in the script, the file does not change.
Delete your Browser Cache !
Hi
@Breaker Thank you, I've already tried.
I once made a picture so that you might know what I mean....
Hidden content for guests
I would like to change the footer background in white.
Above the paint is still in gray (#aaaaaa)
In the style.css file I change the save in white (#ffffff)
And as you can see the color still remains gray
No matter what I change font size / color nothing more I can change
If you want to change footer color you need to change it in footer div style...
Hidden content for guests
Now you have:
Code:
Hidden content for guests
You need to change it to:
Code:
Hidden content for guests
Is due to the fact that's a background and not a background color.
You may want to add the color code to background-color:#ffffff; or background-color:white; instead of background:#ffffff
Dani
@kasabezwysilku I have changed, but he did not accept the change.
Have the server is rebooted ... so far everything working again
Thanks to all!
------
Thread can be closed.