Remove Address of venue (but not venue link) in List View.

Home Forums Calendar Products Events Calendar PRO Remove Address of venue (but not venue link) in List View.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1352351
    Christopher Weaver
    Participant

    I’d like to remove the address of the venue, but not the name of the venue, in this case, Barons Court Theatre. I’d like this to be the case for all of the events in the list, not just this one. I’ve tried with CSS but couldn’t seem to figure it out. I really appreciate any help.

    Thanks

    #1352686
    Patricia
    Member

    Hey Chris,

    Thank you for reaching out to us!

    You can achieve what you want by hiding your address via CSS. Please add the following code in your theme’s style.css file:

    .tribe-address {
        display: none !important;
    }
    

    I hope this helps! Let me know if you ghave any other questions and I’ll be happy to assist!

    Best regards,

    Patricia

    #1352696
    Christopher Weaver
    Participant

    That did it. Thank you so much.

    Chris

    #1352967
    Patricia
    Member

    Hi Chris,

    You are welcome! Let me know if you need anything else and have a great day!

    Best Regards,

    Patricia

    #1363325
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove Address of venue (but not venue link) in List View.’ is closed to new replies.