Wednesday, February 24, 2016

Hiding the Project Summary In-Build Webpart Title

Changing the font color to white

<style type="text/css">
.ms-webpart-titleText > a
{
color:rgba(255, 255, 255, 1)!important;
}
</style>