Is it possible to remove the Gray Square around the Vivaldi Menu Button?
-
Hello, I was wondering if there was any way to remove the gray square around the Vivaldi Menu Button in the CSS? I've attached a picture of the button I mean.
Thanks a lot!
-
I am not seeing that here.
-
Try this one. Follow these instructions and in custom.css paste:
[opacity=".4"], [filter="url(#filter1)"]{ opacity:0; }
@Pesala Square is visible on themes without "Apply Accent Color to Window" enabled.
-
@greenenemy That did it, thank you very much!