Page 1 of 1

How to change background color of a list

Posted: Tue Apr 26, 2016 1:45 am
by Deon

Hi

As per subject line.

Thank you


How to change background color of a list

Posted: Tue Apr 26, 2016 10:39 am
by Serhii Kulibaba

Hello Deon,

Please use CSS below for that:
pre.ui-page-theme-f [name=mylist] li a.ui-btn{
background-color:red;
}/pre

here mylist - name of the list component
ui-page-theme-f - name of the swatch "F" (should be different, if you use another swatch )


How to change background color of a list

Posted: Mon May 02, 2016 10:22 am
by Deon

Thank you!