Kunena 6.2.5 & module Kunena Latest 6.0.7 released

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

Question Wrong font color just on smartphones

More
4 years 4 months ago #1 by Silencer2010
Hello guys,

on computers we have the right choosen font colors (nearly black) in kunena forums. But on smartphones the color is nearly grey, a little bit hard too read. Why is the color another one?? How can we change this?

Thanks.

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

More
4 years 4 months ago #2 by rich
Try this code in your Kunena custom.less
This should changes the color for all sizes. But I don't know, which custom code you use. Change the code to your custom code.

Code:
@media (min-width: 320px) { a /* enter here your custom class */ { color: #000; /* enter here your custom code */ } }

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

Time to create page: 0.394 seconds