B510
Posts: 0
Joined: Wed Jun 04, 2014 2:17 pm

how to set background to list?

Dear All,

how to set background to list?

thank you

Image

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

how to set background to list?

Hello,

Add new CSS asset with rule:

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

where mobilelist - your mobile list component name

B510
Posts: 0
Joined: Wed Jun 04, 2014 2:17 pm

how to set background to list?

Hello, it's not working Image

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

how to set background to list?

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.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

how to set background to list?

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

Return to “Issues”