Hi,
How can I change the colour of the collapsblockcontent from white to another colour
Hi,
How can I change the colour of the collapsblockcontent from white to another colour
Hello! You need to use CSS http://docs.appery.io/documentation/w...
Thank you Marina,
found what I was after, here is the css if anyone else needs it
.ui-collapsible-content {
Code: Select all
background : #f4e307;