yeah its opening. But when I try to change my custom style through umbraco credentials, its not applying. its not comming in css also. I dont know where it is storing. But the file name is same.
If you're trying to update the CSS via the Umbraco backend be aware that in earlier versions of Umbraco there is a char / line limit on the size of the CSS file that it can handle.
If you're getting it an error this might be why - to workaround just edit the css file in the filesystem.
styles are not applying in server
Hello,
When I worked locally, the styles are applied. But when I published in server, the styles are not applying. Please help me.
Hi Priya,
First thing to check would be if the files are deployed to the server. Can you open the css file in the browser ?
If they are there can you show your code to render the styles ?
Dave
yeah its opening. But when I try to change my custom style through umbraco credentials, its not applying. its not comming in css also. I dont know where it is storing. But the file name is same.
Hi Priya,
Are you chaning the css in the settings Section of Umbraco under styles ?
Dave
If you're trying to update the CSS via the Umbraco backend be aware that in earlier versions of Umbraco there is a char / line limit on the size of the CSS file that it can handle.
If you're getting it an error this might be why - to workaround just edit the css file in the filesystem.
Steve
NO. this is not a older version. I installed umbraco in Vs2015 through nuget package only. Version is 7
Hi Priya,
It seems a permissions issue to me. Do you see any errors in the log when trying to save changes to the stylesheet ?
Does editing templates work from the backend ?
Dave
is working on a reply...