- Posts: 52
- Thank you received: 0
Kunena 6.1.3.2 Released
The Kunena team has announce the arrival of Kunena 6.1.3.2 [K 6.1.3] which is now available for download as a native Joomla extension for J! 4.2.x/4.3.x. This version addresses most of the issues that were discovered in K 6.1.0 and issues discovered during the last development stages of K 6.1
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:
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.
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 ?
6 years 4 months ago #1
by baboon
How to hide bullet on nav menu ? was created by baboon
Please Log in or Create an account to join the conversation.
6 years 4 months ago #2
by rich
Replied by rich on topic How to hide bullet on nav menu ?
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.
6 years 4 months ago #3
by baboon
Replied by baboon on topic How to hide bullet on nav menu ?
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
www.artskorps.org/forum/index.html
Please Log in or Create an account to join the conversation.
- WolfgangOWL
-
- Offline
- Senior Member
6 years 4 months ago #4
by WolfgangOWL
Replied by WolfgangOWL on topic How to hide bullet on nav menu ?
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;
}
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.
6 years 4 months ago #5
by baboon
Replied by baboon on topic How to hide bullet on nav menu ?
Thanks it's ok now

Please Log in or Create an account to join the conversation.
6 years 4 months ago #6
by Stefan
Replied by Stefan on topic How to hide bullet on nav menu ?
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
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.
6 years 4 months ago #7
by rich
Replied by rich on topic How to hide bullet on nav menu ?
Please see my first answer.
Please Log in or Create an account to join the conversation.
Time to create page: 0.378 seconds