• Resolved blacklistedmrkt

    (@blacklistedmrkt)


    I am trying to add a background image with the icon in front of it. There doesn’t seem to be an option to upload your own background image. Will this feature require coding?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author maxsdesign

    (@maxsdesign)

    Hello blacklistedmrkt,
    Unfortunately there isn’t any option to add a background image. You could use a custom CSS to add it. If you need help let me know.
    Cheers
    Massimo

    Hello Massimo,

    Would you be kind enough to give me an example of CSS and where would you put it?

    I would like to have a background image behind an animated gif.

    Thank you,

    Antoine

    Needed the same, here you are:

    .preloader-plus {
    background: url(https://mywebsite.com/myimagefile.jpg) no-repeat center center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Custom preloader background image’ is closed to new replies.