Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Compatible Plugins › The Events Calendar › Button Bug
Tagged: Waiting for Themosaurus
- This topic has 3 replies, 2 voices, and was last updated 1 year ago by
Manathan.
-
AuthorPosts
-
KatrineParticipant@gyziiedk
- 45 Topics
- 174 Posts
The Event Calendar is showing up with the navigation arrows in the middle of the button (looks right in the demo). https://ibb.co/gzCr3fs
May 6, 2024 at 15:43 #47544@themodactyl- 0 Topics
- 6758 Posts
Hi Katrine,
To change this, simply add the following code snippet to your website:
/** * FIX : Preventing Arrow on Prev and Next Button in Calendar Page to go Under Button Text */ .tribe-events-c-nav ul.tribe-events-c-nav__list > li.tribe-events-c-nav__list-item > button[class*="prev"]:before, .tribe-events-c-nav ul.tribe-events-c-nav__list > li.tribe-events-c-nav__list-item > button[class*="next"]:after{ position:relative !important; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
May 8, 2024 at 11:03 #47604 -
AuthorPosts
You must be logged in to reply to this topic.