Remove heading from ONLY events page

Home Forums Calendar Products Events Calendar PRO Remove heading from ONLY events page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #131695
    castledesign
    Participant

    I just want to remove the heading from the EVENT page below only. not on all the other pages otherwise i would just css display:none
    http://lennoxwave.com/events/
    I have to use the templates full width page for the template otherwise the event default template dosent have a background and is straight on the picture.
    can you help?

    #132747
    Casey
    Participant

    castledesign,
    Thanks for getting in touch and sorry to hear you’re having trouble here, but hopefully I can help. You should be able to target the specific item you want to hide with CSS by looking at the class on the <body> tag and adding something like this to your CSS:


    .events-gridview .article-header {display:none;}

    You’ll need to do something similar to hide the heading for your other Calendar views as well, but try doing something like that and see if that helps you to hide heading on your events ‘month view’ page. Thanks! 🙂

    -Casey-

    #133791
    castledesign
    Participant

    You did it! worked perfectly. thank you

    #133833
    Casey
    Participant

    Great! Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.

    By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5

    Thanks in advance. 🙂

    Cheers,
    Casey

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove heading from ONLY events page’ is closed to new replies.