Can someone please suggest a code that could be inserted into the source to hide the title in the subsequent pages other than the title page? I could find this link
www.limesurvey.org/forum/can-i-do-this-w...out-editing-template
with the code for hiding the title completely but it doesn't work for me somehow.
I assume version 3.x.
As far as I see the title is displayed only on the welcome page by default (as you see in the standard fruity theme)
But nothing on a question page.
Or do you want to hide a title that is displayed in the navbar?
Here you may try to insert into your question code:
Code:
.name-container {
display:none;}
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Thanks, Joffm but I have title in every page of the survey. I have chosen 'group by group' format. I tried using the code you suggested in the first question of the group but wasn't succesful.
Thanks for the prompt response, Tony. I have access to the lime survey through the platform hosted by my employer(University). This is what I could see for the template in my survey settings "xxxxxxxxxxxxxxxxxENVprodls200". I am not sure if this answers your question, pardon my naivety.
Thanks Joffm. I cannot edit the template. Could you please suggest a code that I could paste into the source of the question group, survey or a question?