- Posts: 117
- Thank you received: 2
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 that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Solved Changing mouse hover colours in K 2.0 Blue Eagle template
13 years 3 weeks ago #142461
by applehc
Replied by applehc on topic Changing mouse hover colours in K 2.0 Blue Eagle template
Please Log in or Create an account to join the conversation.
13 years 3 weeks ago #142462
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Changing mouse hover colours in K 2.0 Blue Eagle template
For the "Mark all topics read" and the "Login" buttons background colour:
Add the following three lines to the end of your Joomla site template CSS file:
It is really difficult to change the hover colour with a selected list by using CSS. The only way I know how to do this is to change the colour, dynamically, via Javascript. This kind of change might take me several hours to work out a solution for you. Perhaps another member of the community can offer their ideas.
With the exception of this one remaining issue, have we now answered everything that you wanted to know?
Add the following three lines to the end of your Joomla site template CSS file:
Code:
#Kunena input.kbutton:hover {
background: #cecece !important;
}
It is really difficult to change the hover colour with a selected list by using CSS. The only way I know how to do this is to change the colour, dynamically, via Javascript. This kind of change might take me several hours to work out a solution for you. Perhaps another member of the community can offer their ideas.
With the exception of this one remaining issue, have we now answered everything that you wanted to know?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
13 years 3 weeks ago - 13 years 3 weeks ago #142463
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Changing mouse hover colours in K 2.0 Blue Eagle template
We could change each <A> hover tag individually, like we did before with
... or we could make it easier and change all the <A> tag hover colours in your forum.
This is what you would do to change all the hover colours (including the ones for topics): remove the lines that I just mentioned, and replace them with these:
Code:
#Kunena div.kthead-title a:hover {
color: #888888 !important;
}
This is what you would do to change all the hover colours (including the ones for topics): remove the lines that I just mentioned, and replace them with these:
Code:
#Kunena a:hover {
color: #888888 !important;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 13 years 3 weeks ago by sozzled.
Please Log in or Create an account to join the conversation.
13 years 3 weeks ago - 13 years 3 weeks ago #142464
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Changing mouse hover colours in K 2.0 Blue Eagle template
Have we now answered all of your questions except for one (which is not possible to do with CSS)?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 13 years 3 weeks ago by sozzled.
Please Log in or Create an account to join the conversation.
13 years 3 weeks ago - 13 years 3 weeks ago #142465
by applehc
Replied by applehc on topic Changing mouse hover colours in K 2.0 Blue Eagle template
Thanks, I changed the background color successful. The font color and edges can be changed too? I had not considered, sorry. Its all, no more.
The color in selected list no problem, do not worry.
The color in selected list no problem, do not worry.
Last edit: 13 years 3 weeks ago by applehc.
Please Log in or Create an account to join the conversation.
13 years 3 weeks ago - 13 years 3 weeks ago #142466
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Changing mouse hover colours in K 2.0 Blue Eagle template
Yes. The color and border-color can be changed to whatever you like. I suggest that you read How do I change the colours of my template in Kunena?applehc wrote: The font color and edges can be changed too?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 13 years 3 weeks ago by sozzled.
Please Log in or Create an account to join the conversation.
Time to create page: 0.228 seconds