123456789101112131415161718192021222324 |
- /***********************************************************
- ##################### Admin Custom #########################
- ************************************************************/
- /***********************************************************
- ################## Block Editor Styles #####################
- ************************************************************/
- /***********************************************************
- #################### Gravity Forms #########################
- ************************************************************/
- header.gform-settings-header {
- display: none;
- }
- #rg_forms_dashboard .postbox-header h2.hndle {
- display: none !important;
- }
- #rg_forms_dashboard .postbox-header:before{
- content:'Forms';
- font-weight: 700;
- font-size: 14px;
- padding: 10px 0 10px 15px;
- }
|