Home Forums Trusted Pro scrolling masthead Reply To: scrolling masthead

#10445
Andy
Keymaster

Hi, you haven’t enabled this, as it is the default theme style to have the fixed masthead.

To stop this, add this to Customize > Additional CSS:

#masthead.scrolled {
    display: none;
}