On File Upload questions the default background (where allowed file types are listed) is white (#fff;). Can you tell us which Style sheet is this linked to so that the background color can be changed, and under which class or ID can this question type be found?
Hi, danika,
as Tony said, without any knowledge it's difficult.
But assuming you are working with LS 2.50 and you have access to the webserver, in folder "styles-public" there is "uploader.css"
As you see changes here affect ALL templates.
The background you can change in class "body.uploader"
Code:
body.uploader {
padding: 1em;
background-color:#63B8FF; // Added by me
}
see screenshots.
Remember: This file affects ALL templates. So be careful.
Probably you can enter this css-snippet in "template.css" or directly in the question text. But here I was not succesful.
Kind regards
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Thank you, and I've been searching through all the css for this without any success! That was it, however, my experience was opposite of yours. It worked in the template.css and not in the uploader.css.