Event title not displaying sidebar widget

Home Forums Calendar Products Events Calendar PRO Event title not displaying sidebar widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #933206
    localbysocial
    Participant

    Hi, I’ve got something really weird happening here.

    The events titles are not displaying on my homepage (set up via a Sidebar Widget linked to Visual Composer). See http://dametipping.com/

    However, the same calendar set up as a ‘proper’ sidebar widget DOES display the titles:
    http://dametipping.com/newsletters/

    What CSS am I missing out?

    -Laurie

    #933289
    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    Looks like there is some CSS in the theme hiding the title:

    .page-id-2368 .entry-title {
    display: none;
    }

    Try using this instead:

    .tribe-mini-calendar-list-wrapper h2.entry-title {
    display: block;
    background: none;
    border: none;
    padding: 0;
    text-align: left;
    text-transform: none;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #933321
    localbysocial
    Participant

    Oh gosh, thank you so much for a prompt – and very helpful – response.

    All fixed now. You are a star!

    -Laurie

    #933335
    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Event title not displaying sidebar widget’ is closed to new replies.