How to change background color of a list
Posted: Tue Apr 26, 2016 1:45 am
Hi
As per subject line.
Thank you
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi
As per subject line.
Thank you
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 )
Thank you!