Title: Remove words Event Navigation
Last modified: April 29, 2022

---

# Remove words Event Navigation

 *  Resolved [suzanneflynn](https://wordpress.org/support/users/suzanneflynn/)
 * (@suzanneflynn)
 * [4 years ago](https://wordpress.org/support/topic/remove-words-event-navigation/)
 * I’m trying to remove the words “Event Navigation” in red near the bottom of the
   page. I was able to remove the links – but the words are still there.
 * Where/how can I do that?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-words-event-navigation%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [WilloftheD](https://wordpress.org/support/users/abzlevelup/)
 * (@abzlevelup)
 * [4 years ago](https://wordpress.org/support/topic/remove-words-event-navigation/#post-15602046)
 * Hi [@suzanneflynn](https://wordpress.org/support/users/suzanneflynn/),
 * Thanks for reaching out to us. Appreciate you providing me the direct URL to 
   the page you are having issue with.
 * Out of the box, there’s no built-in option for this one. However, I’d recommend
   doing a Custom CSS. Go to Appearances → Customize → Additional CSS and insert
   this Custom CSS here, or you can apply it to your [child theme](https://theeventscalendar.com/knowledgebase/k/how-to-create-a-child-theme-and-why/):
 *     ```
       .single-tribe_events #tribe-events-footer {
         display: none !important;
       }
       .single-tribe_events .tribe-events-single-section {
         margin-bottom: 30px !important;
       }
       ```
   
 * Moreover, you could also try installing this third-party plugin that allows you
   to insert code snippets on your website → [https://wordpress.org/plugins/code-snippets/](https://wordpress.org/plugins/code-snippets/).
 * See screen recording here:
    [https://share.getcloudapp.com/DOu4YDyy](https://share.getcloudapp.com/DOu4YDyy)
 * It should work after applying this snippet, make sure to clear cache after. Moreover,
   You can check our [Themer’s Guide](https://theeventscalendar.com/knowledgebase/knowledgebase-category/customizing/)
   to learn more about implementing CSS customization.
 * I want to note here that as per our [Support Policy](https://theeventscalendar.com/knowledgebase/k/what-support-is-provided-for-license-holders/),
   we cannot provide full support for Customization or third party integrations,
   even if we have a guide on our Knowledge base. It is still up to you as the end
   user to implement this.
 * See if that works on your end. Let me know how it goes.
 * Best,
    Abz
 *  Plugin Support [WilloftheD](https://wordpress.org/support/users/abzlevelup/)
 * (@abzlevelup)
 * [3 years, 12 months ago](https://wordpress.org/support/topic/remove-words-event-navigation/#post-15648253)
 * Hi [@suzanneflynn](https://wordpress.org/support/users/suzanneflynn/),
 * Since we haven’t heard from you in a while on this topic we will assume that 
   the problem was fixed or is no longer applicable and with that I will mark this
   as resolved.
 * If that is not the case, please let me know and I will gladly remove the “Resolved”
   tag and try to help you further. Or you can create a new topic with the problem
   if you prefer.
 * Best Regards,
    Abz

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove words Event Navigation’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [WilloftheD](https://wordpress.org/support/users/abzlevelup/)
 * Last activity: [3 years, 12 months ago](https://wordpress.org/support/topic/remove-words-event-navigation/#post-15648253)
 * Status: resolved