Tribe Button

Home Forums Calendar Products Events Calendar PRO Tribe Button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1451450
    John Paul
    Participant

    Hi,

    I coded some CSS to non-display the tribe ”Buy Now ! ” button in the list view. I have also added the php code to my photo view so that I can also display the number of tickets, but again to not display the “Buy Now!” button. The code is below,

    .tribe-events-list .tribe-button {
    display: none !important;
    }
    .tribe-events-list .tribe-events-photo-event .tribe-button {
    display: none !important;
    }
    https://www.ashdowncookeryschool.co.uk/events/list/

    https://www.ashdowncookeryschool.co.uk/events/photo/

    this on the surface appears to have done the job. However, my client happened to be using an old version of Chrome and she says she can still see the buttons. I haven’t been able to replicate it.

    Could you check my CSS code above and tell me if I have missed something, is there another class or ID that I have missed to ensure this button non-displays in photo and list view in all browsers?

    Many thanks

    #1452351
    Geoff B.
    Member

    Good evening John and welcome back!

    Thank you for reaching out to us.

    It appears that this is a duplicate of the following thread: https://theeventscalendar.com/support/forums/topic/tribe-button/

    Therefore, I will close this one and continue helping you out in the other thread.

    Best regards,

    Geoff B.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Tribe Button’ is closed to new replies.