Titles Not Showing

Home Forums Calendar Products Events Calendar PRO Titles Not Showing

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1032753
    Anne
    Participant
    #1033342
    Nico
    Member

    Howdy Jannifer,

    Welcome to our support forums and thanks for reaching out to us. I’ll help you figuring out what’s happening here…

    From what I could see in the site, this is a styling issue. Add the snippet below to your theme’s stylesheet or via Simple Custom CSS plugin:


    .tribe-events-list-event-title a {
    display: block;
    }

    Please give that fix a try and let me know,
    Best,
    Nico

    #1033385
    Anne
    Participant

    That worked on the page listing all events, but not on the event detail page:
    http://2016site.theweddingring.ca/wedding-show/the-rings-kw-winter-wedding-expo/

    #1033906
    Nico
    Member

    Hey Jennifer,

    Glad to hear that snippet worked 🙂

    For the single event page issue (which seems to be different) you’ll need the following CSS fix:

    .tribe-events-single-event-title {
    opacity: 1!important;
    }

    Please let me know if there’s anything else I can help you with,
    Best,
    Nico

    #1075884
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Titles Not Showing’ is closed to new replies.