How to hide menu button
-
Hi, anyone knows how to hide this button?
I don't want to use horizontal menu, i just want to hide and access the menu with alt. -
@raulbortt
.vivaldi {display: none}
-
@luetage where I can find this setting?
-
@raulbortt
Hi, this is a .CSS modification, simply a text file Vivaldi add to change the user interface.
Short version:Vivaldi 2.6 and above:
- Create a text file with .css instead of .txt
- Copy .vivaldi {display: none} and paste it into the file
- Open vivaldi://experiments
- Enable "Allow for using CSS modifications"
- Open Appearance section in settings
- Choose the folder you want to use
- Place your CSS files inside it
- Restart Vivaldi to see them in effect
Complete description from @Christoph142
https://forum.vivaldi.net/topic/10549/modding-vivaldi?page=1
Cheers, mib
EDIT: Script in action, it remove the icon but not the space of it:
-
@mib2berlin Thanks!!
-
This post is deleted!