• Resolved dpndstudio

    (@dpndstudio)


    Hello,

    I have an issue with the plugin. It is a great plugin and works awesome but on my main calendar page the title says “Archives:”. I contacted support and they give me the following css code to add to my theme:

    .events-gridview .page-detail {
    display: none;
    }

    Which works wonderfully but just hides the title… All my pages have a title except this one :/ And I would like my page to have the title “Events”.
    Is there a way or a piece of CSS code to change the title instead of hiding it?

    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Barry

    (@barryhughes-1)

    I’d bet there is 🙂

    We can’t help too much with custom dev tasks here in the community forums, but it might be useful for you to know that you can detect if you are within the month view page by using some code like this:

    if ( tribe_is_month() ) { /*...*/ }

    Now, it’s important to note that the .page-detail element is not something our plugin adds, so I suspect it comes from your theme.

    To discover the best way of modifying this, it probably makes sense to approach the theme author (or their support team) … if they can tell you how to alter that text, you could combine it with code similar to what I shared above and customize things that way.

    I hope that helps!

    Thread Starter dpndstudio

    (@dpndstudio)

    Ok got it!

    Yes I think the problem comes from the theme… I will contact their support too 🙂

    Thanks Barry!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change title From “Archives:” to something else’ is closed to new replies.