Home Forums Trusted Pro Adding Widgets or Images into Masthead?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12379
    Jill Huston
    Participant

    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

    #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;
    }
    #12382
    Jill Huston
    Participant

    Hi Andy

    That’s great. Got it to work!

    Cheers

    Jill

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Adding Widgets or Images into Masthead?’ is closed to new replies.