Ticket

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1071584
    Karen
    Participant

    Removing find out more (Not sure how we perform this tasks)
    https://theeventscalendar.com/support/forums/topic/remove-find-out-more-link/#dl_post-931995

    Can we customize the button to say register instead of free?
    Is this in the same css area?

    #1071613
    Geoff
    Member

    Hey there, Karen! Nice to see you again. 🙂

    You can add this snippet to your theme’s style.css file or use a plugin like Simple Custom CSS instead:

    .tribe-events-list-event-description .tribe-events-read-more {
    display:none;
    }

    As far as customizing the “Free” label, you can follow the instructions in this tutorial, which provides a snippet that can be added to your theme’s functions.php file to change any string of text.

    Will this help you get started? Please let me know.

    Cheers!
    Geoff

    #1082458
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Ticket’ is closed to new replies.