Nonprofit Icon Template Background Color

Hello,

I am currently working on this website http://nareveth.com/ I have set the background color of the website in the theme options to a black pattern, however, some of the transparent sections on the homepage still show a white background. Any help is appreciated.

Hi Valerie,

Thanks for writing in. To achieve that try adding this css to change the white background of the site to transparent.

body .site, body .x-site {
    background: transparent;
}

Hope it helps.

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