Skip to content

New Case Studies

marta-platoniq edited this page Feb 11, 2022 · 2 revisions

Custom Styles

Hide "The process" tab

Sometimes, there isn't much to say in "The Process" tab.

An example image

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; }

⚠️ Remember to select the affected process in "Applicable only in these cases" to avoid undesirable behaviours in other participatory spaces.

Clone this wiki locally