I use GIT for versioning the project in development.
I have a form made with Contact Form 7 and to change its default, I changed some classes with css . In the local version it worked. However, when committing to the server, CSS is not accepted, whereas in the file style.css
of the server it is equal to style.css
local.
Does anyone know what it can be?
I've checked that all css are now not going to pro server when commited . Detail that only the attributes added are not working. Since the path of <head></head>
is Ok, otherwise nothing worked.