Hello,
I am working on SP2010 private cloud it is maintained by a vendor and I have site owner access to site.
SharePoint default UI has been customized as per company standards and It has a custom master page and a custom CSS.I will name them as 'companyV4.master' and 'companyV4.css'. We are not allowed to do any change in master page and default css.
But for any UI change we have provided one extra css file called 'custom.css'. and its been called in companyV4.css by this line "@import url("Custom.css")"
I can update UI of our site by updating custom.css and it is working fine for all the sites. But on one of the site changes are not being refelected. I have developed one custom.css and reusing it to all the sites by following process:
Go to --> Site Settings --> Master Page Gallery --> checkout custom.css --> replace custom.css with my custom.css --> check-in as major version --> approve.
But changes are not being reflected, I have tried all the options but can't figure out. What can be possible issues and resolution.