Veja como remover a tab menu

Coloca esse código aqui no Rick text:

.nav-bar-root button{visibility:hidden;}#.tabBar{visibility:hidden;}

2 Likes

Luiz não deu certo.

pode verificar se está correto? Ou me da alguma alternativa?

Hi @App_Sete,

Welcome to the community :partying_face:

Hide this right?

image

Did you put <pre><span><style> at the start of the code? :

<pre><span><style>
.nav-bar-root button{visibility:hidden;}#.tabBar{visibility:hidden;}

And try this :

<pre><span><style> [data-test="nav-button-menu"]{display: none}

Post by @Pablo_books!

Thank you

1 Like

It worked!!!

thanks

1 Like