This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Hide menu bar in Mosaic
#6
(04.03.2021, 17:34)admin Wrote: Try this:
Code:
.header__settings2 { display: none !important; }

Yup, that worked.

But in this code you are skipping the whole drill down thing. I cannot really understand why sometimes one needs to drill down, and other times that is not working.
In the first CSS code in this thread i get the code to hide the left panel:
Code:
body.app-container .panels.panels_left {
visibility: hidden;
}

When I inspect the touch visu, the body.app... -> panels -> panels.left is the actual levels for the <div>'s I can see in the inspect window, hance the reason why I tried the code
Code:
body.app-container .header.header__constrain.header__settings2
to reference the button I needed to hide. (I realize that I had a misspel in my first post, (missing one _) but correcting it did not help)

It did not work, but when I tried your version, without the reference to the other levels, it worked. 

Why?
How do one know when to use the different levels in the referenceand when not to?
There are 10 kinds of people in the world; those who can read binary and those who don't  Cool
Reply


Messages In This Thread
Hide menu bar in Mosaic - by Trond Hoyem - 16.11.2020, 13:33
RE: Hide menu bar in Mosaic - by Daniel - 16.11.2020, 14:29
RE: Hide menu bar in Mosaic - by Trond Hoyem - 16.11.2020, 14:39
RE: Hide menu bar in Mosaic - by Trond Hoyem - 04.03.2021, 14:19
RE: Hide menu bar in Mosaic - by admin - 04.03.2021, 17:34
RE: Hide menu bar in Mosaic - by Trond Hoyem - 05.03.2021, 08:41
RE: Hide menu bar in Mosaic - by admin - 05.03.2021, 08:57
RE: Hide menu bar in Mosaic - by Trond Hoyem - 05.03.2021, 09:08
RE: Hide menu bar in Mosaic - by admin - 05.03.2021, 09:21

Forum Jump: