0

I created a custom CSS file and I linked the file using "Master Page Setting" alternate CSS URL option to the SharePoint 2013 site. It works fine in my computer but it doesn't work from an user's computer. I am not sure why. Any suggestions? I am using seattle.html as a master file.Thanks.

2
  • 1
    Are you using the Minimal Download Strategy feature on your sites? Commented Sep 11, 2015 at 17:53
  • 1
    Where are you hosting the CSS file? Is it in a document library that requires check-in and publishing before files are available to all? Commented Sep 11, 2015 at 18:01

1 Answer 1

0

You have to check multiple things as issue is not clear:

  1. First see if your css is checked in and published.If not users will not see this.
  2. Please look into css if you are finding any issues.
  3. Also try to add the CSS to the master page using CSS registration tag and publish it.
<SharePoint:CssRegistration name="/_catalogs/masterpage/truesec/truesec.css" runat="server"/>
3
  • Thanks. I got it. The css file was not published. After I published all users can see the changes. Commented Sep 11, 2015 at 18:42
  • Can you please upvote the answer so that it could be helpful to everyone Commented Sep 11, 2015 at 18:52
  • After the custom css file is uploaded to the SharePoint it's needed to be publish. If it is not publish, the changes won't be seen from users' computers Commented Sep 14, 2015 at 13:54

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.