Remove venue name in Featured Venue Shortcode

Home Forums Calendar Products Events Calendar PRO Remove venue name in Featured Venue Shortcode

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1011395
    Linda
    Participant

    Hi

    I am using the following shortcode to show 3 upcoming events from a particular venue:

    [tribe_featured_venue slug=”my-venue-name” limit=”3″]

    However I would like to remove the venue name from the display results and just show the events e.g

    [My Venue Name] – This is what I want to remove if possible

    – Halloween Party
    October 31
    – Bonfire Night Party
    November 5
    – Christmas & New Year Celebrations
    November 15, 2015 – January 1, 2016

    Many thanks in advance

    #1011693
    Josh
    Participant

    Hey Linda,

    Thanks for reaching out to us!

    The simplest way to address this may be through a CSS solution. Within your theme or child theme’s stylesheet you can add:

    
    .tribe-venue-widget-venue-name {
    display:none;
    }
    

    That should remove the title for you. Let me know if this helps.

    Thanks!

    #1011806
    Linda
    Participant

    Perfect, thank you! I do love a simple solution!

    #1011821
    Josh
    Participant

    Hey Linda,

    No problem! Happy to help.

    I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new thread.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove venue name in Featured Venue Shortcode’ is closed to new replies.