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 Changing the colour of the new message notification in Kunanalatest

More
7 years 4 months ago #1 by djb
I am seeking to change the colour of the text used in the Kunenalatest module to identify new posts to logged in users. The code is in kunenalatest.css, line 29.

Rather than changing the code in the css, I have tried adding it to the custom.less for the Crypsis template.

I have tries a few alternatives, none of which work. For example

.knewchar {
color: #090;
font-size: 0.8em !important;
}

and

.klatest-items .knewchar {
color: #090;
font-size: 0.8em !important;
}

Can you tell me how to modify the colour without editing the .css file please?

With thanks
David

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

More
7 years 4 months ago #2 by rich
Color needs !important.

color: #ff0000 !important;

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

Time to create page: 0.361 seconds