removing 'Calendar of Events' heading on events listing pages

Home Forums Calendar Products Events Calendar PRO removing 'Calendar of Events' heading on events listing pages

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #10791
    Darren
    Participant

    I’d like to remove completely the ‘Calendar of Events’ heading so that the listings start without any title. I can do this in css by using the display:none but that gets rid of other page headings which i dont want to do. I’ve looked editing the php files but again that seems to affect the whole site. Is there a way to switch it off or if not change the text?

    test site is at http://www.highamhall.com/courses/

    #10809
    Rob
    Member

    Hey Darren. Good question; not sure how to do this myself but I can get our developer Jonah to take a look. I’ve sent this his way for review and so you should have an answer shortly.

    #10853
    Jonah
    Participant

    Hi Darren,

    For now this is probably the best and easiest way to do it. You can more specifically target the title only on certain pages like this page by using:

    .tribe_events .entry-title {
    display: none;
    }

    I hope that helps but let us know if you need anything else.

    Regards,
    Jonah

    #10881
    Darren
    Participant

    Perfect – exactly what I needed. thanks

    #10882
    Darren
    Participant

    Just noticed that this also removes the individual event headers too but if you use:

    .tribe_events .entry-header

    It works fine.

    #10896
    Rob
    Member

    Awesome to hear – thanks for the follow-up, glad to hear you were able to get this figured out. If you have any other issues just give us a shout, we’ll do what we can to assist.

    #974603
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘removing 'Calendar of Events' heading on events listing pages’ is closed to new replies.