Title quiz
- Boulevard du Nord
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
1 month 4 weeks ago #1
by Boulevard du Nord
Title quiz was created by Boulevard du Nord
Hello,
I'm using a simple quiz via modules displayed on pages. I don't want a title before the quiz, but the name is displayed, and I can't find an option to hide it.
Is it possible to hide it?
Thank you in advance for your help.
Best regards
Phil.
I'm using a simple quiz via modules displayed on pages. I don't want a title before the quiz, but the name is displayed, and I can't find an option to hide it.
Is it possible to hide it?
Thank you in advance for your help.
Best regards
Phil.
Please Log in or Create an account to join the conversation.
- Christopher Mavros
-
- Offline
- Administrator
-
1 month 4 weeks ago #2
by Christopher Mavros
Christopher Mavros
me@mavxr.com
If you like our extensions, please rate us on the JED!
Replied by Christopher Mavros on topic Title quiz
Hi Phil and thank you for posting.
At the moment, this is only possible via CSS:
If you want to completely remove the title from HTML, you would need to create a template override .
Let me know if you want any further details.
At the moment, this is only possible via CSS:
Code:
.mod_simplequiz h2.page-header {
display: none;
}
If you want to completely remove the title from HTML, you would need to create a template override .
Let me know if you want any further details.
Christopher Mavros
me@mavxr.com
If you like our extensions, please rate us on the JED!
Please Log in or Create an account to join the conversation.
Moderators: Christopher Mavros