White covering background image

I have set a background image, but it is obscured by a big white box - see www.agengalena.com. How do I remove the white?

Hi @cyberando,

Please add this code in X > Theme Options > CSS:

.entry-wrap {
    background-color: transparent;
    box-shadow: none;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.