Hi,
Does anyone know how to hide the workflow name and current document that appears, (highlighted in red below) at the top of a workflow form? I've discovered I need to add some CSS rules:
#ms-pageDescriptionImage {
display: none !important;
}
#DeltaPlaceHolderPageTitleInTitleArea {
display: none !important;
}
but can't see where to put them.
Thanks!