Kunena 6.3.7 Released
The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Solved How to change the online status button appearance ?
8 years 1 month ago #1
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.
8 years 1 month ago #2
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.
8 years 1 month ago #3
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.
8 years 1 month ago #4
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.
8 years 1 month ago #5
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.434 seconds