Is it possible to change the grey color of the background to something else?
I could not find a way to do it.
@aren5a : You don't need any parameter from gridster. While calling gridster as shown here, you can add
style="background-color:<color_of_your_choice>"
By adding color of your choice, you can change the background-color.
Let me know if it doesn't work for you.
Thanks
Hi @aren5a ,
Override from css, with ::ng-deep if necessary.
Or how @yugi03 said.
Thanks
@yugi03 : Yes, it worked thanks.
@tiberiuzuld : Thanks
I also applied background-image for gridster2 by setting property in CSS
Thanks. Same story for the gridster-item.
Most helpful comment
@aren5a : You don't need any parameter from gridster. While calling gridster as shown here, you can add
style="background-color:<color_of_your_choice>"By adding color of your choice, you can change the background-color.
Let me know if it doesn't work for you.
Thanks