Kunena 6.3.5 released

The Kunena team has announce the arrival of Kunena 6.3.5 [K 6.3.5] 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 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

Solved How to hide category icons for mobile devices?

More
2 years 1 month 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
2 years 3 weeks 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;   } }


Important! Always create a backup before you make any changes to your website!

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

More
2 years 3 weeks ago #3 by dimazik
Solved! Thank You!

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

Time to create page: 0.390 seconds