How about hide that seach bar in the header????
@dklinger
If you want to make it invisible without affecting the overall page layout
doc-layout-internal-header {
visibility: hidden;
}
if you want to remove it completely from the page (shifting everything up)
doc-layout-internal-header {
display: none !important;
}
How about hide that seach bar in the header????
doc-layout-global-search-boxed {
visibility: hidden;
}
PS. In Firefox browser, in the Web Developer Tools there is a “Style Editor” - where you can add new or edit existing CSS on the page and observe changes in real-time.
It’s very handy, as you can play with the CSS in your own browser without changing the configuration of your platform, and only update the style configuration in Docebo once ready.
Good morning @alekwo/.Thank you for the awesome share.
So I found myself playing with something like that (I was using the developer tools in Chrome)? And I found myself not being able to impact the single page (I do believe you are right though - these would work globally).
Folks we may also want to call this out? You may want to be very very careful with these css tweaks here as messing with your internal header can take you away from your admin tools in your instance and result in a call to support.
I love the change to remove the search bar though….people get hot or cold on it all the time. I am waiting for the day that someone says - ya know? Take that thing down - it isnt being helpful at all.
So Alek - if you can think of a way to impact these on a single page? Well? I am sold! And you will get the best answer. da da da….
Hi @dklinger unfortunately, as far as I know, it’s not possible (without using JavaScript) to make a CSS selector that will only be applied to a specific URL.
A few years ago, there was a plan to include a @document rule in the standard, but it wasn’t incorporated into the specification (more here https://developer.mozilla.org/en-US/docs/Web/CSS/@document)
So I believe @alekwo is going to take the cheese on this one - because I am not seeing another way to impact those with impacting them globally….boo hoo…maybe it is time for another idea - a check box in the Page Composer to disable the header on a page on the fly…..