My Question is how to apply custom css to sharepont 2013 masterpage properly. I want to customize global navigation which is working when i doing like this way: Site settings -> Under Look and Feel Master Page -> Alternate CSS URL -> "Specify a CSS file to be used by this site and all sites that inherit from."
Result:
But my goal would be to create my own masterpage(copy of seattle.master) which contains my custom Css file via Sharepoint CssRegistration. If i do this the corev15.css going to overwrite my file and the navigation bar will fall apart.
I've tried this:
<SharePoint:CssRegistration name="<% $SPUrl:~sitecollection/Style Library/Custom/Blue.css %>" runat="server" after="SharepointCssFile" />
or:
<SharePoint:CssRegistration name="<% $SPUrl:~sitecollection/Style Library/Custom/Blue.css %>" runat="server" after="corev15.css" />
For Sure the Cssregistration is working but the corev15.css overwrites everything. Any ideas how could i bypass corev15.css?
Thanks in advance, bfrenky01
