Kunena 7.0.4 Released

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

Solved How to hide category icons for mobile devices?

More
3 years 8 months ago #225022 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
3 years 7 months ago #225310 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
3 years 7 months ago #225379 by dimazik
Solved! Thank You!

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

Time to create page: 0.416 seconds