Home › Forums › Calendar Products › Events Calendar PRO › Venue label in List View
- This topic has 5 replies, 2 voices, and was last updated 12 years, 2 months ago by
Brook.
-
AuthorPosts
-
February 17, 2014 at 9:00 am #105432
mrobbat
ParticipantI 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.
February 17, 2014 at 5:18 pm #105689Brook
ParticipantHowdy 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
February 18, 2014 at 4:30 pm #106226mrobbat
ParticipantThat 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”.
February 18, 2014 at 5:29 pm #106261Brook
ParticipantAhh 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
February 19, 2014 at 4:23 am #106412mrobbat
ParticipantFabulous, that worked perfectly. I can’t believe I didn’t think of that. Thank you for your timely and accurate response!
February 19, 2014 at 2:43 pm #106680Brook
ParticipantAwesome! 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
-
AuthorPosts
- The topic ‘Venue label in List View’ is closed to new replies.
