List view: remove chevrons on 'find out more' link

Home Forums Calendar Products Events Calendar PRO List view: remove chevrons on 'find out more' link

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1100712
    twosixtwo
    Participant

    I need to remove the chevrons on the ‘find out more>>’ link in the list view. I assume it’s in a template but I’ve looked in all the list templates and can’t find it. Can anyone help please?

    #1100832
    Geoff
    Member

    Hey @twosixtwo,

    Sure thing! You can remove that in the template itself. Our Themer’s Guide outlines how to modify templates in great detail, but it basically boils down to this:

    • Make a copy of the single-event.php template. It’s located in wp-content/plugins/the-events-calendar/src/views/list/single-event.php.
    • Make a new folder in your theme directory called tribe-events
    • Make a new folder in that one called list
    • Drop the copied single-event.php file in that last folder

    Now that the template is in your theme, you can modify it to suit your needs. In this case, remove the “»” from line 70.

    Will this work for you? Please let me know. 🙂

    Cheers!
    Geoff

    #1100842
    twosixtwo
    Participant

    Hi Geoff
    Perfect! I had no idea ‘raquo’ was the html for a double chevron!
    Thanks,
    Kevin

    #1100844
    Geoff
    Member

    My pleasure! Thanks for following up to let me know. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘List view: remove chevrons on 'find out more' link’ is closed to new replies.