Venue label in List View

Home Forums Calendar Products Events Calendar PRO Venue label in List View

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #105432
    mrobbat
    Participant

    I am trying to change the font size and family in the event list view. I have managed to find the CSS for almost every part of the event except for the venue. I have tried .tribe-events-event-meta but that works on all the text before and after the venue title. Can you let me know what the class/div tag would be. This has been driving me nuts for a couple of weeks.

    #105689
    Brook
    Participant

    Howdy mrobbat,

    I think this CSS Ruleis what you want: .tribe-events-venue-details .author.fn.org {}

    Does that make sense? Will that work for you? Please let me know. Cheers!

    – Brook

    #106226
    mrobbat
    Participant

    That does make sense however it didn’t work. I was able to put a border around the Venue name to check that it was affecting the correct class, but the text refuses to change. I tried changing the font size, family and color – nothing worked.

    I am making the changes in my theme, tribe-events/tribe-events.css. It’s really weird since it seems to be the only class I am unable to change. I have searched every .css file from the page source and haven’t found anywhere where the font for that class is specified. Could it be somewhere in some php?

    Thank you for any help you can provide. If you are looking for the problem, the page is: http://robbatcenter.com/events/ and I am trying to change “Robbat Center”.

    #106261
    Brook
    Participant

    Ahh yes, it looks like you theme is being most specific than the rule I created. I was able to get the following to work:

    .tribe-events-venue-details .author.fn.org a {
    font-size: 9em;
    }

    Obviously that is probably too large of a font size, but you can adjust the size as needed. Is it working now?

    – Brook

    #106412
    mrobbat
    Participant

    Fabulous, that worked perfectly. I can’t believe I didn’t think of that. Thank you for your timely and accurate response!

    #106680
    Brook
    Participant

    Awesome! I am glad to hear it works. We all have those moments where we kick ourselves thinking we should have thought of the solution sooner, myself definitely included.

    By the way, if you have a minute or two, we would love it if you could write a few words about the plugin here. I hope the site development goes smooth.

    – Brook

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Venue label in List View’ is closed to new replies.