Header Builder Pro, Multiple Bars 1 Background

Hi pro team,

i like the way header builder pro let me use multiple bars for creating independent header layouts. but is there a way to use one background image under for example 3 bars? as far is i can see, i can only set a background image for each bar separately.

Sincerely

Hello Regnalf,

Thanks for reaching out. :slight_smile:

Using some custom CSS you can have background that expands multiple Pro Theme Header builder Bar’s. Please add following CSS under Pro > Theme Options > CSS:

.x-masthead {
    background-image: url(ADD-IMAGE-URL);
}

Replace ADD-IMAGE-URL with the path of image.

However, please note that for above CSS to work you will have to make the individual Bar’s background color as Transparent. Here’s a screencast that you can take a look.

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Yes, i thought that it will be like that. I have asked anyway, might be that i’ve overseen something.

Thanks anyway, maybe you take my question as a feature request?

Sincerly Regnalf

Hello @Regnalf,

Thanks for reaching out. :slight_smile:

Sure, I have taken this as a feature request and added into our internal issue tracker. I can’t comment on the ETA bu a good place to keep a track of all product announcement is our changelog page:

https://theme.co/changelog/

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.