• Resolved Sam Lowry

    (@sam-lowry)


    Hi-
    I’ve been struggling to have any effect with CSS changes. I have plugin set to the Tribe Event styles. I created a tribe-events folder in my Divi child theme. I created a tribe-events.css file and added styles to change the appearance of the date. The stylesheet isn’t getting called. Even if I put the CSS in the CSS section of my theme, the styles don’t have any effect.

    Sorry I can’t give a link, but the basic question:
    How to make simple style changes when viewing events in List view?
    For example: I’d like the Date to be bold and larger.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey Sam,

    Good question!

    CSS can be tricky for sure, since styles can override each other, even in the same file.

    One thing you might want to consider trying is using the Simple Custom CSS plugin:

    https://www.ads-software.com/plugins/simple-custom-css/

    That is a good way to override existing styles.

    For example, something like this can be used to override the date styling:

    .tribe-events-loop .tribe-events-event-meta {
      /* Your Styles */
    }

    Cheers!
    Geoff

    Hey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS struggles with List view’ is closed to new replies.