We provide complete sharepoint solution like installation,development,deployment and configuration using tools like spfx,sharepoint designer,powershell and ms flow
Saturday, 20 February 2016
change webpart header bg and color
<style>
.ms-WPHeader
{
background-color:green;
}
.ms-WPTitle A
{
color:white !important;
}
</style>
No comments:
Post a Comment