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

Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the download page.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Solved How to change Thank You icon to green?

More
9 years 5 months ago - 9 years 5 months ago #182246 by Nemo10
Yes, that worked, after several tries to get the syntax correct..

If it's not too technical, what does !important do that makes such a difference?

Oh for a neat solution...
Last edit: 9 years 5 months ago by Nemo10.

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

More
9 years 5 months ago #182250 by rich
!important takes precedence over others codes.
Example:
your custom code is
color: green !important
default is
color: red
now will ignored the default color and it shows green color

Therefore you should use "!important" only if otherwise does not work. Better is if the code will loaded later.
Example:
color: red
color: green
First loads red then green (from top to bottom), so It shows also the green color without "!important"

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: Nemo10

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

Time to create page: 0.256 seconds