Remove backround color

Hy is it possible to make the backroundcolour of the body transparent?

Hello Dani,

This could be done through custom CSS and would depend on the setting of your site.

Would you mind providing the URL of your site because you have several licenses in your account.

Hope this helps.

Hy look at secure note

Hello @dani_blues,

To remove the background color of the content body, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-boxed-layout-active .site, 
.x-boxed-layout-active .x-site,
.page-template-template-blank-4-php .x-main, .page-template-template-blank-5-php .x-main, 
.page-template-template-blank-6-php .x-main, .page-template-template-blank-8-php .x-main {
    background-color:  transparent !important;
    box-shadow: none;
}

We would loved to know if this has work for you. Thank you.

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