This workflow task applies to message font size
Can we change the font size of the message "This workflow task applies to" that is above the app
August 18th, 2015 4:53pm

Hi,

You could add the code below to master page via SharePoint Designer 2013.

<style type="text/css">
.ms-informationbar
{
         font-size:20px !important;
}
</style>

About how to edit master page via SharePoint Designer 2013:

The result is shown as below:

Thanks,

Dean Wang

Free Windows Admin Tool Kit Click here and download it now
August 19th, 2015 8:32am

Does this affect all pages? I just wanted to change the message above the approval form?
August 19th, 2015 3:14pm

Hi,

It would affect pages which contain ms-informationbar class. You could find WrkTaskIP.aspx page in All Files tab via SharePoint Designer 2013, then add the code in the page.

Thanks,

Dean Wang

Free Windows Admin Tool Kit Click here and download it now
August 19th, 2015 9:36pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics