can anyone help me with the below query
"changing the background in communities"
I am trying to figure out how to use an image as a background in a community
tried editing the CSS but no luck
any example will be helpful
Jaya
1 risposta
Have a look on what i have done and it worked as well :)
1>Go to builder and select theme and click on edit css2> Paste this tag and with the desired Background image URL
body {
background-image: url("https://www.w3schools.com/css/bgdesert.jpg");
}
3> Publish and there you go :)
Hope this helps =)