- Posts: 9
- Thank you received: 0
Survey Title
7 months 1 week ago #171040
by ericgraig
Survey Title was created by ericgraig
I have a survey title in my survey but see no way to control the way it looks. The title just sits centered on the page in black with a default font size. I removed the title and simply created the title in the "welcome" message. Now I see however that my emails are going out without a title etc. Is there a way either to:
Thanks much.
- Hide the survey title so that it does NOT appear in the survey itself
- Format it without writing HTML code
Thanks much.
Please Log in or Create an account to join the conversation.
7 months 1 week ago #171071
by tpartner
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Replied by tpartner on topic Survey Title
When requesting help, please provide complete information:
- LimeSurvey version
- Template used
- Screenshot(s)
- LimeSurvey version
- Template used
- Screenshot(s)
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Please Log in or Create an account to join the conversation.
7 months 1 week ago #171100
by ericgraig
Replied by ericgraig on topic Survey Title
I'm using LimeSurvey 3.13.2 and the "fruity" template.
Please Log in or Create an account to join the conversation.
7 months 1 week ago #171125
by tpartner
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Replied by tpartner on topic Survey Title
Extend the theme and add this to your custom.css file:
.navbar-brand {
display: none;
}
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The following user(s) said Thank You: LouisGac
Please Log in or Create an account to join the conversation.