Dear All,
how to set background to list?
thank you
Hello,
Add new CSS asset with rule:
pre [name=mobilelist] li a{
background-color:transparent!important;
}/pre
where mobilelist - your mobile list component name
Hi Winanjaya,
As you use checkboxgroup instead of a list, why do you use this CSS?pre[dsid=mobilecheckboxgroup] label{
background-color:transparent!important;
}/preIf still doesn't work please post a public app link and tell how to open the page.
Hi Winanjaya,
Add CSS code:
pre
html body a.transparent.ui-btn,
html body .transparent a.ui-btn,
html body input.transparent
{
background-image: none;
background-color: transparent;
}
/pre
Navigate to your "list", "input" and "button" components and set "transparent" class name property.
Regards