Missing .tribe-community-events class on form page

Home Forums Calendar Products Community Events Missing .tribe-community-events class on form page

  • This topic has 3 replies, 1 voice, and was last updated 7 years ago by Jason Wilson.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1253009
    Jason Wilson
    Participant

    Why is there no .tribe-community-events class on the CE events list page like there is on the CE form page? There’s obviously styling directed at the events list page in the CE stylesheet. Was it accidentally removed?

    #1253478
    Courtney
    Member

    Hi Jason

    On the CE events list page, the CSS needed would look like this:


    div#tribe-community-events {
    font-size: 80px;
    }

    The reason this works on the /add form is because the CSS ID and Class are both tribe-community-events:

    <div id="tribe-community-events" class="tribe-community-events form">

    While on /list the class is “list”:
    <div id="tribe-community-events" class="list">

    Just be aware if you use #tribe-community-events that it can be a sitewide change. To edit each uniquely, it’d look like this:

    #tribe-community-events.list { }

    – OR –

    #tribe-community-events.tribe-community-events { }

    Please let me know if this helps. 🙂

    Thanks,
    Courtney

    #1264212
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Missing .tribe-community-events class on form page’ is closed to new replies.