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

Please Read This First:

This is a community-driven self-help category to ask questions about designing or developing your own Kunena template. Please be aware that there are rules that apply to topics posted in this category:

Do not use this category for:
  • asking questions about a template that is not designed by the Kunena project team;
  • asking questions about how to make simple changes to a template designed by the Kunena project team (use K 2.0 Templates instead);
  • advertising your own template designs.

Topics that do not meet the above guidelines may be removed without notice

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

K 2.0 support will cease on 31 August 2013 and this section of the forum will be closed and archived after that time and no further questions will be answered about this version.

Question How do I change the Link Font and text Font?

More
11 years 1 month ago - 11 years 1 month ago #1 by MigraineMaddox
I have a dark background so I need to change the black Link colors to white. and the Grey text to white. How can I change it?

Thanks for the help!
Last edit: 11 years 1 month ago by MigraineMaddox.

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

More
11 years 1 month ago - 11 years 1 month ago #2 by TKtemp
Hi,

for Link you need to look in configuration of template for option "Active Tab Color"

for grey text you need to add some css code to your joomla template. This color is handled from your Joomla template.

Link to your site could help with this.
Last edit: 11 years 1 month ago by TKtemp.

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

More
11 years 1 month ago #3 by MigraineMaddox
website
The Forum is locked but you can see the grey text and the Dark black links.

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

More
11 years 1 month ago - 11 years 1 month ago #4 by TKtemp
Hi,

add this few lines to your joomla template css file
Code:
#Kunena, #Kunena a:link, #Kunena a:visited, #Kunena a:active, #Kunena a:focus { color: #FFFFFF !important; }

Anyway, your should ask this kind of questions in the forum where you downloaded this template ;)
Last edit: 11 years 1 month ago by TKtemp.

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

More
11 years 1 month ago #5 by MigraineMaddox
That's great for the links but it also changes the main text. How can I make the Links Red and the Main Text White.

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

More
11 years 1 month ago - 11 years 1 month ago #6 by TKtemp
Yes, that's what you asked

black Link colors to white. and the Grey text to white


this code will separate two things
Code:
#Kunena a:link, #Kunena a:visited, #Kunena a:active, #Kunena a:focus { color: red !important; } #Kunena { color: #FFFFFF !important; }
Last edit: 11 years 1 month ago by TKtemp.

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

Time to create page: 4.268 seconds