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

Question Wrong font color just on smartphones

More
6 years 5 months ago #211613 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
6 years 5 months ago #211614 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 */ } }

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

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

Time to create page: 0.227 seconds