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;
}
example-
your custom css
.ws-body
{
background-color:red!important;
}
thanks alot .. was a real help
ReplyDelete