Hi All,
How to apply some custom css to my CRM form?
https://www.codeproject.com/articles/1032318/improve-user-experience-by-styling-and-coloring-mi
I followed this link. But it does not accept my changes. I am using CRM 2016 onpremise and trying to change css for Case form.
It does not overrides the actual css.
#processControlContainer div.collapsibleArea {
padding-top: 5px;
border-style: solid;
border-bottom-width: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
overflow: visible;
position: relative;
height: 81px;
background-color: red;
}
#ms-crm-FormSection
{
background-color:red;
}
#refresh-form TABLE.ms-crm-FormSection {
border-collapse: separate;
border-spacing: 5px 0px;
background-color: red;
padding: 20px;
}
I created this css as a webresource and calling the css from case form onload using javascript.
*This post is locked for comments