Styling meta in list view

Home Forums Calendar Products Events Calendar PRO Styling meta in list view

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1185087
    Sally Newcomb
    Participant

    Is it possible to remove ‘ + Google Map’ from the meta on the list view page? I want Google maps enabled, but don’t want ‘+ Google Map’ showing in the meta on the list view page as it navigates people away from my site.

    Also, all the events on my website will be in the UK so can I remove all options which relate to country so that ‘United Kingdom’ doesnt have to show in the meta or anywhere else?

    I can’t include a url as the site is still in dev.

    #1185108
    Sally Newcomb
    Participant

    This reply is private.

    #1185274
    Geoff
    Member

    Hi Sally,

    Sure thing! Try adding something like this to your theme’s style.css file or by using the Simple Custom CSS plugin:

    .tribe-events-venue-details .tribe-country-name,
    .tribe-events-venue-details a.tribe-events-gmap {
    display: none;
    }

    I will note that this will remove the country name for all events, regardless of whether they are in the UK or not.

    Here is a screenshot of how that looks when I test it out on your site. Does it work for you as well?

    Cheers!
    Geoff

    #1185531
    Sally Newcomb
    Participant

    Yes that worked a treat. Many many thanks
    Sally

    #1185721
    Geoff
    Member

    Excellent! So glad to hear that did the trick. Thanks for following up to let me know. 🙂

    Cheers,
    Geoff

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Styling meta in list view’ is closed to new replies.