Change Title in main calendar page

Home Forums Calendar Products Events Calendar PRO Change Title in main calendar page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #994489
    Pier Francesco
    Participant

    Hello,
    Now my calendar main page show a title “archive”.
    How can I change this title with a custom one?

    Thank you

    #994594
    George
    Participant

    Hey Pier,

    Which calendar views on your site lead to this title “Event Archive”? Can you share links to specific places on your site which produce this title?

    Thank you!
    George

    #994659
    Pier Francesco
    Participant

    Hello George!
    Sure, here is the link to calendar page:

    https://www.ilariabugetti.it/eventi/

    Thanks

    #994814
    George
    Participant

    Thanks for sharing the link Pier!

    That “archive” text unfortunately comes from your theme, so you will have to go to your theme to modify that text directly. You should be able to find it by looking for a <div> tag with the class of .headline_text

    If you want to just hide that row of text altogether on these pages, you can instead just add the following CSS to the bottom of your theme’s style.css file:


    .post-type-archive-tribe_events .headline_outer {
    display: none !important;
    }

    I’m sorry if you find this news disappointing, hopefully it helps a bit though. Let us know!

    Thanks,
    George

    #995303
    Pier Francesco
    Participant

    Ok, I’m not find how to change but with css code works!
    Thank you

    #995781
    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

    #996351
    George
    Participant

    Thanks for closing this out Brian!

    Best of luck with your site Pier 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change Title in main calendar page’ is closed to new replies.