Okay
  Public Ticket #2027540
top menu
Closed

Comments

  • Elizabeth Martinez started the conversation

    Is it possible to NOT show the "Today" section?  See screenshot - the circled section is the I am looking to exclude/not show.

  •  785
    Zhivko replied

    Hi,

    Go to Dashboard -> St. Event Calendar -> Fonts & Colors -> Custom style tab and add the following css:

    .stec-top-menu li[data-action="today"] {
        display: none !important;
    }



    Stachethemes Developer