Day of the week title tag

Home Forums Calendar Products Events Calendar PRO Day of the week title tag

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1116322
    john
    Participant

    How can I not display the day of the week title tag on month view when printing. I’ve tried to add a display none in the printing stylesheet for the thead and th.title but can’t get it to work.

    Just to be clear when I print month view it looks like this.

    Sunday (sunday) Monday (monday) etc.

    I want to eliminate the second (sunday) and (monday)

    Thank You in advance for your help!

    #1116651
    Brook
    Participant

    Howdy John,

    I definitely might be able to help you with this. My goal would be to craft some CSS in the regular view that hides those elements, then you could slip it into the print style sheet. But to do that I’ll need to be able to see your theme in my browser. Do you have a live link to a page with this problem?

    Cheers!

    – Brook

    #1116694
    john
    Participant

    Here is the page I am talking about.
    http://sussexcountylibrary.org/events/2016-05/

    #1117181
    Brook
    Participant

    Thank John!

    Here is the CSS I would use:

    body .tribe-events-calendar thead tr, body .tribe-events-calendar thead th { display: none; }

    When I do a print preview with that in place the table header is hidden. If you put that inside your print stylesheet it should hide those only on print. If that does not work though, what happens if you put it in your regular stylesheet? Do they disappear as expected?

    Cheers!

    – Brook

    #1122552
    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 ‘Day of the week title tag’ is closed to new replies.