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 colours of titles etc in the Recent Topics window?
9 years 6 months ago #181208
by Nemo10
Oh for a neat solution...
I just want to try different appearances .
Oh for a neat solution...
Please Log in or Create an account to join the conversation.
9 years 6 months ago #181227
by 810
Replied by 810 on topic How to change colours of titles etc in the Recent Topics window?
try:
Code:
.category .krow a {
color: red;
}
Please Log in or Create an account to join the conversation.
9 years 6 months ago #181246
by Nemo10
Oh for a neat solution...
Replied by Nemo10 on topic How to change colours of titles etc in the Recent Topics window?
Ah, I can't see that it has changed anything.. I cut and pasted exactly from your reply in custom.less
This is what I'm wanting to change, the light blue to a darker blue for instance. But any colour to get going will do.
This is what I'm wanting to change, the light blue to a darker blue for instance. But any colour to get going will do.
Oh for a neat solution...
Please Log in or Create an account to join the conversation.
9 years 6 months ago #181248
by 810
Replied by 810 on topic How to change colours of titles etc in the Recent Topics window?
after you have saved the file, you need to clean cache.
backend - system - clean cache
backend - system - clean cache
Please Log in or Create an account to join the conversation.
9 years 6 months ago #181288
by Nemo10
Oh for a neat solution...
Replied by Nemo10 on topic How to change colours of titles etc in the Recent Topics window?
Cleaning cache doesn't show any changes.
I placed the code in custom.less.
I have other menu bar code in there that works as it should and I can make changes that also work.
Any suggestions.?
I placed the code in custom.less.
I have other menu bar code in there that works as it should and I can make changes that also work.
Any suggestions.?
Oh for a neat solution...
Please Log in or Create an account to join the conversation.
9 years 6 months ago #181298
by 810
Replied by 810 on topic How to change colours of titles etc in the Recent Topics window?
try:
Code:
.category .krow a {
color: red !important;
}
Please Log in or Create an account to join the conversation.
Time to create page: 0.248 seconds