Hi,
Could you tell me why I have lost the background image on http://test.vifranc.com/products/?
The following global CSS provides the image for all page headers but it stops working for the product page.
Thanks!
header.masthead {
background: url(/wp/wp-content/uploads/black-wood-bck_2000X1000px.jpg) no-repeat center !important;
background-size: cover;
}
.x-logobar, .x-navbar, .x-navbar .sub-menu, .x-colophon.top, .x-logobar-inner {
background-color: transparent !important;
}




