Hello,
I have selected a background image for my header from the dropdown menu on the theme Styling options (fullsizegrunge.jpg). The background color is #111111. It looks great bud the background image only shows no the middle part of the header and not across the full hight. I have selected the “Header with social icons and bottom navigation”. The background image is not visible on the top bar and on the navigation bar, it is only visible on the stripe in the midle. I would like the whole header to have the same appearence (black with grunge efect).
I enclose an image:
https://drive.google.com/file/d/0B9EeARPNJNFyYjJsYVFNanQwX1E/edit?usp=sharing
Regards,
Tomeu
Hey ullastret!
Please add this on Quick CSS or custom.css to remove the background of the following area:
.header_color .container_wrap_meta, .header_color .main_menu ul {
background: transparent;
}
Cheers!
Ismael
Thanks Ismael, this worked very well.
Cheers
Tomeu