Forums
Forums / Plugin: The Events Calendar / Remove List View Title
(@chynee)
6 years, 8 months ago
I tried adding this to my themes css
h2.tribe-events-page-title { display: none !important; }
But it did not work. I would like to remove the “Upcoming Events” title on my list-view events page. Is there another css code that I can use?
The page I need help with: [log in to see the link]
(@courane01)
6 years, 7 months ago
Hey @chynee
I wasn’t able to see your site when I visited the link above. However, I tested this on our demo site WP Shindig Demo Site https://wpshindig.com/events/list.
Can you add the following code to your child theme, or in Appearance » Customize » Additional CSS?
.tribe-events-page-title { display: none !important }
Let me know if it works for you.
Thanks Courtney 👩🏽💻
The topic ‘Remove List View Title’ is closed to new replies.