Okay
  Public Ticket #3723725
Hide left-right arrow buttons
Open

Comments

  •  6
    selinkocagoncu started the conversation

    Hello,

    How can we hide the left-right arrow buttons in the Full Calendar? I will be using it in the Boxgrid view.

    Thank you!

  •  876
    Zhivko replied

    Hi,

    You can hide them with calendar__top_nav_buttons=false parameter:

    [stec calendar__top_nav_buttons=false]

    Stachethemes Developer

  •  6
    selinkocagoncu replied

    Hello,

    I am trying to hide the top left-right arrows on mobile only. I've tried the following as an attribute:

    stec.mobile calendar__top_nav_buttons=false

    But it did not make an impact and the buttons get hidden both in desktop and mobile view. Could you tell me how I can specify that the left-right buttons are hidden only on mobile?

    Thank you in advance!

  •  876
    Zhivko replied

    Hi,

    I am afraid this can be done with css only:

    .mobile .stec-top-menu-datepicker-mobile-no-datepicker {
        display: none !important;
    }

    Stachethemes Developer