Page Title

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1085718
    Ed
    Participant

    Page title in month view is archive. How can this be changed to current events or hidden completely.

    #1086730
    Brian
    Member

    Hi,

    Sorry for the issues you are having. I can help troubleshoot this with you.

    Our plugin creates our views in the archives so the theme coding is display that title. It is possible to change that, but that is in the theme’s coding and we are limited in supporting unknown coding.

    I can help provide some css to hide it if you like.

    Do you have a link to the page and I can see the source code and provide that?

    You can place that link in a private reply.

    Let me know.

    Cheers

    #1086747
    Ed
    Participant
    #1086845
    Brian
    Member

    Hi,

    Thanks for the link.

    Try this css, the first hides just the text, the second hides the whole red bar:

    .post-type-archive-tribe_events .entry-title {
    display: none;
    }

    .post-type-archive-tribe_events .headline {
    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

    #1093482
    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 ‘Page Title’ is closed to new replies.