hi
Code:
<vb:if condition="is_browser('webkit')"> background:{vb:stylevar header_background.backgroundColor} -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(50, 50, 50, 0.3)), color-stop(0.25, rgba(50, 50, 50, 0))) !important;</vb:if>
this line removes my header background ("url(images/side.jpg)")
It happens only with chrome.
I have just commented it out for temporary fix.
How to fix?