Page 1 of 1

how to set background to list?

Posted: Sat Jun 21, 2014 8:35 am
by B510

Dear All,

how to set background to list?

thank you

Image


how to set background to list?

Posted: Sat Jun 21, 2014 5:15 pm
by Alena Prykhodko

Hello,

Add new CSS asset with rule:

pre [name=mobilelist] li a{
background-color:transparent!important;
}/pre

where mobilelist - your mobile list component name


how to set background to list?

Posted: Sun Jun 22, 2014 3:21 pm
by B510

Hello, it's not working Image


how to set background to list?

Posted: Mon Jun 23, 2014 9:23 am
by Kateryna Grynko

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.


how to set background to list?

Posted: Mon Jun 23, 2014 11:41 pm
by B510

how to set background to list?

Posted: Tue Jun 24, 2014 3:19 am
by Yurii Orishchuk

Hi Winanjaya,

  1. 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

  2. Navigate to your "list", "input" and "button" components and set "transparent" class name property.

    Regards