Home Forums Trusted Pro Adding Widgets or Images into Masthead? Reply To: Adding Widgets or Images into Masthead?

#12380
Andy
Keymaster

Hi Jill,

You can add widgets with images (or any content) to the Top Bar, as this is part of the masthead.

The top bar widget area is located at ‘Appearance’ > ‘Widgets’ > ‘Top Bar’.

The top bar is not displayed by default when the page is scrolling, but you can make it so by adding this custom CSS to ‘Appearance’ > ‘Customize’ > ‘Additional CSS’:

#masthead.scrolled #top-bar {
    opacity: 1;
    max-height: unset;
    transform: none;
}