New Topic

Events Calendar Not Displaying Title in Widget

Home › Forum › Plugins › Events Calendar Not Displaying Title in Widget

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1842
    StartupWP
    Keymaster

    In your custom CSS, change:

    .home .entry-title {
      display: none;
    }

    to:

    .home #content .entry-title {
      display: none;
    }
    #1843
    mapasy
    Participant

    Perfect, sorry I missed that, thanks!! – M

    #1847
    StartupWP
    Keymaster

    You’re welcome.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.