Skip to main content
Hello all,

 

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
  1. 2 mar 2018, 16:39
    Have a look on what i have done and it worked as well :)

     

    1>Go to builder and select theme and click on edit css

     

    Have a look on what i have done and it worked as well :) 1>Go to builder and select theme and click on edit css 2> Paste this tag and with the desired Background image URLbody { background-image: url(

     

    2> 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   =) 

     

     
0/9000