Reply To: Fullscreen HomePage

Home Forums Support Fullscreen HomePage Reply To: Fullscreen HomePage

Home Forums Support Fullscreen HomePage Reply To: Fullscreen HomePage

#71353
Tom
Lead Developer
Lead Developer

Hi Stephane,

I agree that an option to set the header/navigation to transparent in the page header options would be a good addition – I’ll look into that.

The background image image should resize according to the size of the browser – can you link me to the page?

To set the navigation to transparent, you’ll have to target that specific page with its unique body class.

For example, if the ID of the page is 20, your CSS would be:

.page-id-20 .main-navigation, 
.page-id-20 .main-navigation ul ul {
    background-color: transparent;
}