I recall seeing similar questions for this topic coming up in the past.
I was wondering if I could have someone provide guidance with my admin module customization?
I simply would like to show a logo or even insert some simple text like a study name.
It could be as simple as "Brand Survey" with a company logo below it?
I would even appreciate a helpful response with the text only.
My current CSS file is as follows ...
#title_text
{
display: none;
}
#title
{
background: url('CompanyLogo.jpg') no-repeat left left;
height: 80px;
}
#study
{
display: none;
}