Kunena 6.3.0 released

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

Solved Breadcrumbs Dividers are not Displaying Properly

More
7 years 4 months ago - 7 years 4 months ago #1 by eSilverStrike
I just updated to 5.0.4 and I noticed that the Kunena breadcrumbs are not displayed properly (at least the dividers are not).

In the breadcrumb between the name of the forum categories (including the topic title in the breadcrumb if you are viewing the topic) for the dividers I have a right pointing triangle, a right chevron, and another right triangle.

Looking at the source of the page I see that their is a span which includes the class glyphicon-chevron-right. I assume for the triangles this is the result of other css classes.

What is the easy way to fix this?

Thanks
Last edit: 7 years 4 months ago by eSilverStrike.

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

More
7 years 4 months ago #2 by 810
do you have a link to your forum, so I can see the issue.

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

More
More
7 years 4 months ago #4 by rich
Try this code in your custom.less

Code:
.layout#kunena .breadcrumb>li+li::before { display: none; }
The following user(s) said Thank You: eSilverStrike

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

Time to create page: 0.480 seconds