Kunena 6.4.13 Released

The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 6.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.

Solved menu tabs font color

More
10 years 3 months ago #173895 by crs1305
menu tabs font color was created by crs1305
Hi, I'm using the "blue eagle" Kunena template. In the basic settings of the template you can set active and inactive tab font color. But I need to change the font color on the mouse hover.
What css code do I have to insert and where exactly? Thanks in advance if anybody may help!

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

More
10 years 3 months ago #173896 by sozzled
Replied by sozzled on topic menu tabs font color
You should be able to change the menu tab hover colour by editing the Kunena Blue Eagle template settings:

Kunena Template » Blue Eagle » Basic Settings » Hover Tab Color

You may have to force a page reload on the frontend in case the CSS is cached in the browser.

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

More
10 years 3 months ago #173900 by crs1305
Replied by crs1305 on topic menu tabs font color
But I don't want to change the tab color on mouse hover, only the font color on the tab.

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

More
10 years 3 months ago #173901 by sozzled
Replied by sozzled on topic menu tabs font color
I'm sorry, I misunderstood you.

You cannot change the font colour on the hover with the Kunena Blue Eagle template settings, but you can write your own CSS rule, something like this:
Code:
#Kunena #ktab a:hover span{ color: #ff0000 !important; }

(Choose your own colour, of course. In my example this produces a red colour).

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

More
10 years 3 months ago #173906 by crs1305
Replied by crs1305 on topic menu tabs font color
Well done - this is the code that I was looking for. Thanks for fast and accurate response. :-)

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

Time to create page: 0.210 seconds