How To Hide Action Category Headers

How do I remove action category headers in Decisions? Can I use CSS?


Comments

  • You can remove these by using CSS. For example, your CSS file can add this component:

    .dp-action-links-group-header{

           display:none;

    }

    This can be applied globally using “Set as Default CSS” under System > Designers >CSS or used at the project level Manage > Configuration > Templates > CSS.

Sign In or Register to comment.