Contact Us

CATEGORIES

Whoops…Nothing found

Try other keywords in your search

Transparent UI Background with CSS

 0 Minutes

 0 Likes

 855 Views

You will need to create a css sheet and load into the Aux directory of your module. In the css sheet add: 

body, html, .UbPage{
background-color: transparent!important;
}
MUST BE SAVED AS ASCII!
This will turn the background into alpha.  

Was this article helpful?