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 change the online status button appearance ?
9 years 6 months ago #181508
by Nemo10
Oh for a neat solution...
How to change the online status button appearance ? was created by Nemo10
On my site the colours are not making the text clear enough.
What you are using here would be great.
Can you provide a coding for this?
Thanks
What you are using here would be great.
Can you provide a coding for this?
Thanks
Oh for a neat solution...
Please Log in or Create an account to join the conversation.
9 years 6 months ago #181549
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic How to change the online status button appearance ?
Code:
.layout#kunena .label {
color: #fff;
}
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
9 years 6 months ago #181559
by Nemo10
Oh for a neat solution...
Replied by Nemo10 on topic How to change the online status button appearance ?
I can't see any change.. I see you have set white for the text but it is still the same. If I change it to any other bright colour still no apparent change.
If I paste any supplied code to custom.less and it is in error (something I've changed incorrectly) it will come up with an error but it doesn't here.
If I paste any supplied code to custom.less and it is in error (something I've changed incorrectly) it will come up with an error but it doesn't here.
Oh for a neat solution...
Please Log in or Create an account to join the conversation.
9 years 6 months ago #181562
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic How to change the online status button appearance ?
If it doesn't help, add "!important".
Code:
.layout#kunena .label {
color: #fff !important;
}
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
9 years 6 months ago #181566
by Nemo10
Oh for a neat solution...
Replied by Nemo10 on topic How to change the online status button appearance ?
Yes that worked, thanks.
Oh for a neat solution...
Please Log in or Create an account to join the conversation.
Time to create page: 0.229 seconds