Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Solved menu tabs font color

More
8 years 12 hours ago #1 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
8 years 10 hours ago #2 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
8 years 10 hours ago #3 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
8 years 9 hours ago #4 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
7 years 11 months ago #5 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.429 seconds