Hi, i’ve set these css rules on my Quick CSS:
#registration_wrapper{
color: #3f3f3f !important;
}
This is to see “Name”, “Email” and “Privacy” fields in a dark grey on my contact form (At the middle of my home page)
.form_input{
color: #3f3f3f !important;
}
This is to see in black what i write in the input text of my contact form (At the middle of my home page)
When i am in my backend, CSS works…as soos as i logout i can’t see anymore the effect of these rules…
Could you help me?
Thanks!
Hey liamgall80,
Are you using a caching plugin? If so then try to clear the cache from it and reload. Also try to clear your local browser cache.
Best regards,
Rikard
Hi, i’ve already tried both of this methods…but it doesn’t works….it’s very strange, when i’m in the backend everything’s right…as soon as i logout i lose my css settings
Hi,
No it’s not really strange, it’s because of caching and/or minification. Your CSS is being served from the location in private which is a minified file. Please try clearing that as well.
When not to use a caching plugin.
Best regards,
Rikard
Hi, i’ve deleted minify css and now it works!
Thank you very much!
Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Yes, you can close it.
Thanks