Hi
How do you change the background color of a component in css. It seems you can only make it transparent?
Thank u.
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.