How can I deactivate the Headline "Quiz List" at the very to?
- Mark
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
1 year 4 months ago #1
by Mark
How can I deactivate the Headline "Quiz List" at the very to? was created by Mark
Greetings, How can I deactivate the Headline "Quiz List" at the very to?
Please Log in or Create an account to join the conversation.
- Christopher Mavros
-
- Offline
- Administrator
-
1 year 4 months 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 How can I deactivate the Headline "Quiz List" at the very to?
Hello Mark and thank you for posting.
I suggest changing the Quiz List text by creating a Language Override of the key QUIZ_LIST.
If you want to completely hide it, you can add this CSS to your template's custom.css, or by overriding SimpleQuiz CSS.
Let me know if you need any further assistance!
I suggest changing the Quiz List text by creating a Language Override of the key QUIZ_LIST.
If you want to completely hide it, you can add this CSS to your template's custom.css, or by overriding SimpleQuiz CSS.
Code:
.com_simplequiz.page-header { display: none; }
Let me know if you need any further assistance!
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.
- Mark
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
1 year 4 months ago #3
by Mark
Replied by Mark on topic How can I deactivate the Headline "Quiz List" at the very to?
Thank you very much for your answer Chrtsitopher.
I want to disable completely.
Unfortunally your suggested way doesnt work: Including the css to my template doesnt has an effect - the headline is still displayed:
<div class="componentheading page-header"><h2>Quizliste</h2></div>
Any other ideas?
I want to disable completely.
Unfortunally your suggested way doesnt work: Including the css to my template doesnt has an effect - the headline is still displayed:
<div class="componentheading page-header"><h2>Quizliste</h2></div>
Any other ideas?
Please Log in or Create an account to join the conversation.
- Mark
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
1 year 4 months ago #4
by Mark
Replied by Mark on topic How can I deactivate the Headline "Quiz List" at the very to?
Found it:
.componentheading.page-header {
display: none;
}
.componentheading.page-header {
display: none;
}
Please Log in or Create an account to join the conversation.
- Christopher Mavros
-
- Offline
- Administrator
-
1 year 4 months ago #5
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 How can I deactivate the Headline "Quiz List" at the very to?
I'm glad you found it!
Please make sure that this CSS does not hide other, potentially useful headers in your site, as these are standard Joomla classes for headers (e.g. in an article or similar items)
Thanks again.
Please make sure that this CSS does not hide other, potentially useful headers in your site, as these are standard Joomla classes for headers (e.g. in an article or similar items)
Thanks again.
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