- This topic has 2 replies, 2 voices, and was last updated 3 years, 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › WEN Travel Pro › Customize the Page Title?
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”
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
That fixed it! Thank you so much!
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



