Edit pen while css icon

I want to allow users to edit the page but i have the CSS for having the icon in the middle of the top bar and now the pen is not showing anymore:

image

This is the text:

image

1 Like

@adriasoce remove display:block; from .nav-bar-root class.

or change it to display: flex;

2 Likes

Oh true!! Thanks a lot Lucas!!

1 Like

You’re welcome! :grin:

@Lucas_Pires and is there a way to delete (or hidden) the back button of the top-left?

image

1 Like
<pre><span><style>
[data-test="back-button"] {
display:none;
}
1 Like