Remove Title in Month View ONLY Via CSS?

Home Forums Calendar Products Events Calendar PRO Remove Title in Month View ONLY Via CSS?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1372046
    Keith Puckett
    Participant

    How do I remove the Month View Title via CSS in the Calendar Pro Month view only?

    Please see screen shot.

    Thank you for the best support ever!

    Sincerely,

    Keith

    #1372818
    Jennifer
    Keymaster

    Hi Keith,

    Thanks for the compliment!

    I took a look at your site, and that title is actually not coming from our plugin (you can see an example of the default month view page here). By default, the only title on the month view page is “Events for…”. It looks like the title you’re referring to is actually being added by the theme. You can try adjusting the “Default stylesheet used for events templates” and “Events template” settings under Events > Display, or you can also try the following CSS:

    .post-type-archive-tribe_events .subheader-titles {
    display: none;
    }

    Let me know how that works!

    Thanks,

    Jennifer

    #1373019
    Keith Puckett
    Participant

    That worked perfectly! Thank you!

    #1373520
    Jennifer
    Keymaster

    No problem, I’m glad that helped!

    I’ll go ahead and close out this thread, but please feel free to open up a new one if you have any other questions.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Title in Month View ONLY Via CSS?’ is closed to new replies.