- This topic has 2 replies, 2 voices, and was last updated 5 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Adding Widgets or Images into Masthead?’ is closed to new replies.
Home › Forums › Trusted Pro › Adding Widgets or Images into Masthead?
Tagged: Masthead; Widgets; Images;
Hi
Is it possible to add either widgets or images into the masthead? We have won some awards and I want to include thumbnails of them in the scrolling masthead.
Thanks
Jill
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;
}
Hi Andy
That’s great. Got it to work!
Cheers
Jill