-
Notifications
You must be signed in to change notification settings - Fork 28
New Case Studies
marta-platoniq edited this page Feb 11, 2022
·
2 revisions
Sometimes, there isn't much to say in "The Process" tab.
If this is your case, use the following css code to hide the first tab of the process menu:
div.process-nav .process-nav__content>ul>li:first-child { display: none; }