Official support hours: from 9 AM — 6 PM Monday to Friday (GMT +2).
The support staff may not reply on technical inquiries on weekends; all requests will be answered necessarily during working days. Reply time: depending on the complexity of your issue, the answer can be provided between a few hours up to 48 hours. In the particular instances we will notify you if extra time will be required to solve the issue.

×

Notice

The forum is in read only mode.

Hide the topic title in the replies or make it smaller

6 years 3 months ago #584 by Nikiniko
How can i hide the title or better make font size smaller
6 years 3 months ago #588 by Eugene S.
What element are you asking about? Is it as on the screenshot?


There is a standard <h1> header. If you have a bigger size of the header, it means your Joomla template overrides H1 style. We need to have a look how it looks like on front-end side.

Please provide more information about your question.

Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Attachments:
6 years 3 months ago #590 by Nikiniko
Yes is this one, how can i hide it or make it smaller H2 H3
6 years 3 months ago - 6 years 3 months ago #595 by Eugene S.
Open /components/com_kunena/template/kinstance/layouts/topic/edit/default.php file to edit and find lines 137-139:
<h1>
		<?php echo $this->escape($this->headerText) ?>
</h1>

You can comment these lines (with <!-- and -->) or remove them to disable header in edit form. Another way is to set a custom class for <h1> header and add custom CSS too.

P.S. I sent you an e-mail today. Please submit your questions to a new topic.

Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Moderators: Eugene S.

Partners