Hi,
At my pages I have custom background images (color sections) covering the logo/menu area and the small top bar above (transparent and glassy header). At the category pages it is not possible to have custom background images at the header so the default styling set in the general styling is applied.
In general styling I can set bagground image at the header area but this bagground image is not shown at the small top bar above the header section and so the categori pages as the only ones will have a colored top bar. Is it not possible to have the bagground image applied to the top bar, too?
Hi Mette Juul!
Perhaps we can give you some CSS to use. Send us a link to your category page and take a screenshot highlighting what your trying to do exactly and we’ll take a look.
Best regards,
Elliott
Hi and thanks!
Link 1 below shows the normal pages with the bagground image covering both logo/menu header and top bar.
Link 2 shows the category pages with the grey top bar (defined in the general styling) which I would like to become a part of the bagground image like in link 1 so the grey would disappear.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.archive #header_meta {
background: transparent!important;
}
Cheers!
Yigit
Hi!
Add this to your custom CSS.
div#header_meta {
background-color: transparent !important;
}
Regards,
Elliott