Hello,
I’m using header no. 1 and I added Ubermenu
1. How to add background image for header?
2. How to remove search icon?
3. How to make a menu full width – search icon cover.
Website: http://www.poloniairlandia.pl
Thank you.

BTW.
1. How to make the entry look like: Title + Image + short description for mein website?
VE – Block 1 – 10?
CSS?

Hi,
Replace the code from menu-header.php file with this one: http://pastebin.com/5C9Nz1wD This will make the menu full width and remove the header search.
Regarding the header background image, use this custom css in theme panel > custom css: http://screencast.com/t/fv08Lf8eN
.td-boxed-layout .td-logo-rec-wrap, .td-boxed-layout .td-affix .td-logo-rec-wrap, .td-full-logo {
background: url('https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcS1snmw3W4bY_-Lpbd_am2QprWg5D5H10CR0IQOZa9AsHV6z3h1iw') !important;
}
Replace https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcS1snmw3W4bY_-Lpbd_am2QprWg5D5H10CR0IQOZa9AsHV6z3h1iw with the URL of the image you want to add as a header background.
For the other matter you can use module 7 layout or send an e-mail at contact@tagdiv.com with an request for an tutorial on how to build a custom block.
Thanks
Hello Lucian,
I pasted code in custom CSS and is not working.
This code is working fine with Header 3 and not working with Header 1 which I’m using.
.td-boxed-layout .td-logo-rec-wrap, .td-boxed-layout .td-affix .td-logo-rec-wrap, .td-full-logo {
background: url(‘https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcS1snmw3W4bY_-Lpbd_am2QprWg5D5H10CR0IQOZa9AsHV6z3h1iw’) !important;
}
Hi,
Better to use header style 1 and use the custom css like this:
.td-logo-rec-wrap, .td-affix .td-logo-rec-wrap, .td-full-logo {
background: url('https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcS1snmw3W4bY_-Lpbd_am2QprWg5D5H10CR0IQOZa9AsHV6z3h1iw') !important;
}
You would have to make other much complicated changes to use header style 3 and change the logo position.
Use the css from above in the custom css filed in theme panel and let me know if it’s working, should change the background for all header styles. Remove the previous one.
Thanks
