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:
This is the text:
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:
This is the text:
@adriasoce remove display:block;
from .nav-bar-root class.
or change it to display: flex;
Oh true!! Thanks a lot Lucas!!
You’re welcome!
@Lucas_Pires and is there a way to delete (or hidden) the back button of the top-left?
<pre><span><style>
[data-test="back-button"] {
display:none;
}