Example of a CSS Design for Background Picture of questfox Instant Report

It is possible to create a background picture to make the questfox Instant Report look more appealing:

Just include the following script in the Custom CSS under Theme Design in questfox Instant Report and you will see one background picture framing your report.


body {
background-image: url(“http://questfox.com/user//YOUR_FOLDER/YOUR_SUB_FOLDER/YOUR_FILE.jpg”);
margin:0px !important;
background-size:100%;
background-repeat:no-repeat;
background-position: bottom;
background-attachment:fixed;
background-color:black !important;
background-size:cover;
}


The result may look like this:

Example Background questfox Instant Report

Example of a background picture using CSS with questfox.com

It is also possible to use a picture stored somewhere else. Please make sure that you are not in conflict with anyones copyright when using pictures inside questfox.com.



Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s