How to add custom Stylesheet before Corev15.css in SharePoint Custom HTML Master Page? -


i have created custom html master page, it's working fine, need add custom stylesheet before loading corev15.css

i have added code below

 <link href="/style library/branding/css/abcleagueopertaioncustom.css" type="text/css" rel="stylesheet" /> <link href="/_layouts/15/1033/styles/themable/corev15.css" rel="stylesheet" type="text/css" /> 

but it's render below. enter image description here

is possible way that, please advise me.

you should follow below points

  1. you should add custom stylesheet link before corev15.css
  2. stylesheet in custom master page link should have ms-design-css-conversion="no" - tag avoid sharepoint reorder stylesheet

example tag below

    <link href="your custom stylesheet path" rel="stylesheet" type="text/css"  ms-design-css-conversion="no" /> 

Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - IE9 error '$'is not defined -