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 How to hide category icons for mobile devices?

More
1 year 7 months ago #1 by dimazik
In the old version of Kunena, category images were automatically hidden.
 Kunena 6 doesn't do this?
How to hide category icons for mobile devices?

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

More
1 year 7 months ago #2 by rich
Try this code in your user.css or custom.css. Afterwards empty the cache.
Code:
@media (max-width: 480px) {   #kunena.layout td#kcat-icon,   #kunena.layout th.center.hidden-xs-down /* this code line hides topic symbols */ {     display: none;   } }

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

More
1 year 7 months ago #3 by dimazik
Solved! Thank You!

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

Time to create page: 0.367 seconds