How to make startpage-menu-background transparent
-
I use a startpage /speeddial background image and want it to be visible as background at the menu above with "bookmarks" and "history".
I played with it a while, but it does not work.
-
If you mean the navigation strip, you can do it like this
.startpage .startpage-navigation {background-color: transparent !important}
or you could set an opacity to have it show through but still have the bar
-
Thank you, I dont get, why it did not work in the developer-tool. I did exactly this.