#How To Hide These
6 messages ยท Page 1 of 1 (latest)
Right click on new tab select no container - go to personnalize check shortcut and delete the link. It should work
This for me didnt ddelete the recommandations
/* floating urlbar - show results only when typing */
#urlbar[open] {
background-image: var(--zen-main-browser-background-toolbar) !important;
border-radius: 20px !important;
left: 50%;
position: absolute !important;
}
#urlbar[open] #urlbar-background {
margin: 4px !important;
}
#urlbar .urlbarView-body-inner {
display: none !important;
}
#urlbar[usertyping] .urlbarView-body-inner {
display: block !important;
}
Here is my custom configuration. It allows you to only show the URL bar suggestions when you are searching for something. The rest of the time it is hidden.
I also added a border around the address bar that respects the current theme (however, it only works if you have several colors).