BuddyBoss Home – Web Support Forums Themes BuddyBoss theme How to setup a background image?

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #58064

    Hi,

    wanted to setup a backround image for each page or for the whole site. Under Appearance | Customize | Colors Layout deleted the Background color but won’t work.

    Any ideas?

    Best Regards,
    Thorsten

    Answers

    #58182

    Anonymous
    @

    Hi @thorsten,

    Just Go in Appearance->Customize->Custom-CSS

    add the css code:

    
    body {
      background-image: url("image-url");
      background-size: cover;
      background-repeat: no-repeat;
    }
    .site-header, body, body #main-wrap, body .site {
      background-color: transparent !important;
    }
    

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘How to setup a background image?’ is closed to new replies.