change colour of collapsblockcontent
Posted: Thu Oct 24, 2013 12:08 pm
Hi,
How can I change the colour of the collapsblockcontent from white to another colour
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,
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;