Melvin Template - Question | JoomShaper

Melvin Template

BB

Brian Blake

Template 4 years ago

I'm using the Melvon template for a client. We're using the Logo page loader.

They would like a background image instead of a color - wants a carbon fiber type image. Is there any way to add this to the page loader screen?

Link to the development page: https://cmtekwerx.com/carls/

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 years ago #17198

Hi, yes, it should be possible by using custom CSS.

Please use your CSS knowledge and define background image for this class name:

.sp-pre-loader { }


Default style used in this template looks like that:

.sp-pre-loader {
  background: #000000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
0
BB
Brian Blake
Accepted Answer
4 years ago #17280

Class name was all I needed. Thanks a lot!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 years ago #17298

you're welcome.

In your case, all you needed was a fishing rod, not a fish.

0
BB
Brian Blake
Accepted Answer
4 years ago #17326

Yes, but having the whole fish saved me about 30 seconds of typing. ;)

Thanks again! Much appreciated!!

Brian

0