Monday 5 September 2011

override core css in sharepoint

If you would like to override any core sharepoint css in your own custom css just use !important tag for the css in your custom css and it will override the outofbox css!!
example-
your custom css

.ws-body
{
background-color:red!important;
}

1 comment: