- Posts: 12
- Thank you received: 0
- Forum
- Community self help
- Customising Kunena
- General user contributions
- Questions to new Blue Eagle 5 Template
Kunena 5.2.9 released and Kunena 6.0.0 (08 Jun 2022)
The Kunena team has announce the arrival of Kunena 5.2.9 [K 5.2.9] which is now available for download as a native Joomla extension for J! 3.10. This version addresses most of the issues that were discovered in K 5.2 and issues discovered during the development stages of previous version of K5.2.
The Kunena team has announce the arrival of Kunena 6.0.0 [K 6.0.0] which is now available for download as a native Joomla extension for J! 4.1.x. Only the module kunena latest and the discuss plugin which are still in beta are working in Joomla! 4.1 with Kunena 6.0.
Question Questions to new Blue Eagle 5 Template
our admin bought the new Blue Eagle 5 template and it looks very good on our website instead of the Crypsis template.
Two questions:
1.
Is there a possibilty to hide the "Closed" text in the topic overview? I mean:
<span class="icon icon-lock"></span> Geschlossen</span>
2.
When I open the forum in my site menu the logout button changes from
to
How can I avoid kunena to change the design of my logout button in the site menu?
Thanks a lot,
Julia
Please Log in or Create an account to join the conversation.
but then also the text is gone on the button, so the button is not showed anymore, only other solutions is to create a template override and remove the string.
2) mhh it should only change the part on kunena template, not on joomla template. Do you have a link with an demo account, so I can check it.
Please Log in or Create an account to join the conversation.
Is it not possible to hide onkly this span with custom css or something?
to 2.:
Hope this works as confidential information:
Login and then click on "forum" in the menu. After that the logout button changes.
Thanks a lot
Julia
Please Log in or Create an account to join the conversation.
.pull-right .label-important {
font-size: 0;
line-height: 0;
}
.pull-right .label-important span {
font-size: 14px;
line-height: 20px;
}
Please Log in or Create an account to join the conversation.
button {
background: url("../images/but.png") repeat-x scroll left top transparent !important;
color: #ffffff;
float: left;
font-weight: 400;
height: 20px;
line-height: 16px;
margin: 0;
padding: 0 0 3px;
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.

It seems that the changes in "custom.less" has no effect on the button size or font-size.
Thanks a lot
Julia
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
font-size: 11px;
line-height: 14px;
The changes work on all sites but when I open forum the logout button on my menu has still other size. Perhaps you can take a look inside again.
Thanks,
Julia
Please Log in or Create an account to join the conversation.
Forum Access
- Not Allowed: to create new topic.
- Not Allowed: to reply.
- Not Allowed: to edit your message.
- Forum
- Community self help
- Customising Kunena
- General user contributions
- Questions to new Blue Eagle 5 Template