Site logo

Archived topic

Custom Beaver Themer header

5 replies · Started by Johannes on September 1, 2017

Viewing posts 1–6 of 6

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!

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.

This archived topic is closed to new replies.