After the update this text appears in calendar

Home Forums Calendar Products Events Calendar PRO After the update this text appears in calendar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1195599
    Patrick
    Participant

    Hello,
    After the update this text appears, see screenshot in appendix, how can I permanently remove this text? He is illogical in German.
    Thank you,
    Patrick

    #1195608
    George
    Participant

    Hey Patrick,

    If you add CSS code like the following to the bottom of your theme’s style.css file, those text elements should be permanently hidden:


    h2.tribe-events-page-title {
    display: none !important;
    }

    .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
    }

    ☝️ Let us know if this helps! 😀

    — George

    #1195621
    Patrick
    Participant

    Thanks it worked! 🙂

    #1195990
    George
    Participant

    Nice! 😀

    Best of luck with your site, Patrick. Open a new thread any time if other issues or questions arise.

    Cheers,
    George

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘After the update this text appears in calendar’ is closed to new replies.