Home Forums Pro Themes WEN Travel Pro Customize the Page Title?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #185951
    Russ Tegen
    Participant

    I am using a free version of Event Calendar plugin with Wen Travel PRO which does not let me use short codes to embed the calendar in pages. When I call the page directly via
    https://valleygladiators.com/?post_type=tribe_events
    my Page title is “Archives:Events” Is there any way to overwrite the title for that particular page to say “Calendar”

    #185986
    Psink
    Keymaster

    Dear User,

    Please add this CSS in the Additional CSS

    .post-type-archive-tribe_events .custom-header-media .section-title{
    visibility: hidden;
    }

    .post-type-archive-tribe_events .custom-header-media .section-title span{
    display: none;
    }

    .post-type-archive-tribe_events .custom-header-media .section-title:after {
    content: ‘CALENDAR’;
    visibility: initial;
    margin-left: 1%;
    }

    Please let us know if its works

    Regards

    #185996
    Russ Tegen
    Participant

    That fixed it! Thank you so much!

    • This reply was modified 1 year, 7 months ago by Russ Tegen.
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.