Find Answers and Get Support › Forums › Armadon – Gaming Community WordPress Theme › Compatible Plugins › The Events Calendar Text Showing Up Almost Black in WordPress Admin
- This topic has 2 replies, 2 voices, and was last updated 2 minutes ago by
Manathan.
-
AuthorPosts
-
QuelParticipant@quel13
- 2 Topics
- 4 Posts
Hi Themosaurus team,
I installed The Events Calendar along with Grimlock for The Events Calendar and although it displays correctly in the frontend, the event creation screen in the WordPress admin is blacked out. By this I mean the text appears black against the dark background which makes it impossible to create events because you can’t see where anything is. You can’t even see the cursor so you have to guess where to start typing in text.
July 1, 2025 at 13:55 #49300@themodactyl- 0 Topics
- 6783 Posts
Hi Quel,
Thank you for bringing this to our attention. To make an event easier to edit with block editor, simply add the following code snippet to your website:
add_action( 'enqueue_block_editor_assets', function() { wp_add_inline_style( 'grimlock-blocks', " /* CSS HERE */ .wp-admin div.edit-post-visual-editor .block-editor-writing-flow{ color:#fff; } body.wp-admin, :root{ --tec-color-text-event-title: inherit !important; --tec-color-text-primary: inherit !important; } .wp-admin .tribe-editor__organizer__fields h3, .wp-admin .tribe-editor__venue__form h3, .wp-admin .single-tribe_events .tribe-events-c-subscribe-dropdown:not(:hover) .tribe-events-c-subscribe-dropdown__button-text, .single-tribe_events .tribe-events-c-subscribe-dropdown:not(:hover) button.tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown:not(:hover) .tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown:not(:hover) button.tribe-events-c-subscribe-dropdown__button-text{ color:var(--grimlock-text-color) !important; } " ); }, 20 );
To add this code snippet to your site, we recommend that you use the Code Snippets plugin (https://wordpress.org/plugins/code-snippets/). If you have never activated this plugin, please read the following post: Adding Custom PHP Without Changing Your Child Theme.
Please also note that we don’t provide any theme customization. So, you shouldn’t expect other snippets from us unless it’s to fix an issue stemming from our own codebase. We always try our best to help theme users whenever we can and only provide code snippets out of courtesy to prevent them from waiting for the next update.
Regards,
July 2, 2025 at 08:46 #49302 -
AuthorPosts
You must be logged in to reply to this topic.