Calendar Month Navigation

Home Forums Calendar Products Events Calendar PRO Calendar Month Navigation

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1129217

    Hi
    With the new update, the text, “Calendar Month Navigation” shows up twice on the event calendar page. You can see what I’m talking about in the attached screen shot. Can you let me know how to remove this?

    Thanks,
    Amy

    #1129228
    George
    Participant

    Hey @Amy,

    Sorry for the trouble here. That text is likely “screen reader text”, meant to be in place for accessibility reasons so that folks with screen readers can navigate the page more easily.

    I would recommend adding this CSS to the bottom of your theme’s style.css file to hide that text:


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

    I hope this helps!

    Cheers,
    George

    #1135510
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Calendar Month Navigation’ is closed to new replies.