Archived topic
Custom Beaver Themer header
5 replies · Started by Johannes on September 1, 2017
Hi, when I use Beaver Themer and add a custom header to a page it removes the original header, but only in desktop mode. The mobile header still shows up. I then have 2 headers in mobile view...Pls help.
regard
Johannes
Hi there,
Can you link me to the site? Thanks!
Hi, here it is: https://www.intramed.no/wp/bli-kvitt-sengevaeting/
- Johannes
You should just be able to turn off the mobile header in Customize > Layout > Header.
Hello, that is not a good idea. My intention was to use Beaver Themer header on selected pages and normal headers and mobile headers on the rest.
Ah, well on the pages you don't need the mobile header, you'll need to add this CSS:
#mobile-header {
display: none;
}
You can use my Simple CSS plugin which adds a meta box for page specific CSS.