Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Please Read This First:

This is a community-driven self-help category to ask questions about designing or developing your own Kunena template. Please be aware that there are rules that apply to topics posted in this category:

Do not use this category for:
  • asking questions about how to make simple changes to a template designed by the Kunena project team (use K 3.0 Templates instead);
  • advertising your own template designs.

Topics that do not meet the above guidelines may be removed without notice.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Solved How to hide bullet on nav menu ?

More
6 years 11 months ago #1 by baboon
Hello,

How to hide bullet on nav menu ?

see here :



Thanks !
Attachments:

Please Log in or Create an account to join the conversation.

More
6 years 11 months ago #2 by rich
You can try this code in your custom.less docs.kunena.org/en/manual/backend/templates/edit-less

Code:
.layout#kunena ul>li::before { display: none; }

Please Log in or Create an account to join the conversation.

More
6 years 11 months ago #3 by baboon
Thanks I set as you said, clear the website cache on my cache browser and I have still the bullet displayed, you can see it here :

www.artskorps.org/forum/index.html

Please Log in or Create an account to join the conversation.

More
6 years 11 months ago #4 by WolfgangOWL
This is no Kunena problem but an issue with your Joomla template.

In line 187 of the typo.css file
replace

.maincontent ul {
list-style: disc outside none;
}

with

.maincontent ul {
list-style: none;
}

Please Log in or Create an account to join the conversation.

More
6 years 11 months ago #5 by baboon
Thanks it's ok now :)

Please Log in or Create an account to join the conversation.

More
6 years 11 months ago #6 by Stefan
Hi there,

I have the same problem, but I can't find any typo.css file in my template directory.

Any idea?

www.awesomescreenshot.com/image/2505072/...0cf10a7375c2347a2387

Please Log in or Create an account to join the conversation.

More
6 years 11 months ago #7 by rich
Please see my first answer.

Please Log in or Create an account to join the conversation.

Time to create page: 0.425 seconds