Changes between Initial Version and Version 1 of Ticket #62082, comment 10
- Timestamp:
- 09/20/2024 02:22:07 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62082, comment 10
initial v1 4 4 2 hours, 56 minutes ago 5 5 Just in case it’s helpful, following @conartstudio’s suggestion just drop the following code into your theme’s functions.php file and it should patch the issue for you, clients, everyone: 6 6 {{{ 7 7 add_action('admin_head', 'my_custom_css'); 8 8 … … 13 13 </style>'; 14 14 } 15 }}} 15 16 Obviously it would be better if the plugin itself were patched to resolve the issue.