How do I remove the background image from my Talent Community?
I was able to remove the backround image on my home page using the css:
.home-page__background{
display:none
}
But this didn't remove the image from my Talent Community. How would I go about removing that?
0