How do I hide navTab for tickets and Calendar in extra.css?

Alpha1

Member
I tried variations of this:

.navTabs .navTab.tickets
{
display: none!important;
}

What is the correct code to hide navtab for tickets and calendar?
 
Just inspect the page with browser developer tools to see the class name.
It's nf_tickets and nfCalendar
 
Back
Top