Betheme 10.1 and Header background parallax image

Hello, I'm trying to achieve a result like this (http://themes.muffingroup.com/be/callcenter/work-for-us/), where the header has an image background with title and parallax effect. With new 10.x version i'm scratching my head since in single page option can't find how to do it... Could you please help? Thank You!

Comments

  • Hi,

    it's easy. For pages, you must set header background image. This can be done within "Featured image" option which is on the right hand side. Then, under Theme options > Header & Subheader > Subheader section you must center title and breadcrumbs and set Transparency to 0. And after that, we just use below css to increase the bottom padding:
    #Subheader {
        padding: 0 0 200px;
    }
Sign In or Register to comment.