Change color of components
Posted: Tue Jul 12, 2016 4:10 am
Hi
How do you change the background color of a component in css. It seems you can only make it transparent?
Thank u.
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 do you change the background color of a component in css. It seems you can only make it transparent?
Thank u.
Hello Deon,
Could you please provide us with the code that you use?
.btncolour {
background-color: #6484f6;
}
Hello Deon,
You are able to set any CSS styles you want to any component.
Please be sure the priority of your CSS selector is bigger, than the default one.