My Event page says Archives how do I remove this?

Home Forums Calendar Products Events Calendar PRO My Event page says Archives how do I remove this?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1016449
    Peter
    Participant

    I’m running MH Magazine Lite.

    This is the page I want to remove the Archives title on: http://www.weeklycrawler.com/events/

    Help!

    #1016673
    Brian
    Member

    Hi,

    Thanks for using our our plugin.

    I can help out here.

    Our plugin setups the main views of month, list, map, etc as archives so your theme is picking up on that.

    I can provide css to hide the title or you can modify your theme title to show one you like using these conditionals:

    https://gist.github.com/jo-snips/2415009

    I am not sure where that is at in your theme though.

    As for the css.

    .post-type-archive-tribe_events .page-title {
    display: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

    #1016756
    Peter
    Participant

    Thank you! Looks great now.

    #1016833
    Brian
    Member

    Great glad it helps.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘My Event page says Archives how do I remove this?’ is closed to new replies.