Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.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 [Solved] Change font color on Personal Text

More
13 years 10 months ago - 13 years 10 months ago #130500 by jplamp
Can someone tell me which .css file and the location of the place where I can change the color of the text used for "Personal Text" under the avatar? I just want to change it to red, but I'm not sure where to make that change.

Here's a screenshot. The text I want to change is circled in red.



Kunena 4.0.11, Joomla 3.5.1, CB 2.0.14, DOCman 2.1.5, uddeIM 3.8
Last edit: 13 years 10 months ago by jplamp.

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

More
13 years 10 months ago #130767 by jplamp
I found the following lines in kunena.forum.css:
Code:
} #Kunena ul.kpost-profile li.kpost-personal{ text-align: center; font-style:italic; }

I tried to edit it this way:
Code:
} #Kunena ul.kpost-profile li.kpost-personal{ text-align: center; font-style:italic; color:#FF0000; }

But that didn't work. What am I doing wrong? Thanks for any help.

Kunena 4.0.11, Joomla 3.5.1, CB 2.0.14, DOCman 2.1.5, uddeIM 3.8

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

More
13 years 10 months ago - 13 years 10 months ago #130768 by sozzled
Have you ever read the advice in the FAQs page which states (among other things) please don't try to fix these problems by editing the file kunena.forum.css (or kunena.forum-min.css). The answer is to add the necessary lines to the end of your Joomla site template CSS file. It's all explained in How do I change the colours of my template in Kunena?
Last edit: 13 years 10 months ago by sozzled.
The following user(s) said Thank You: jplamp

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

More
13 years 10 months ago #130770 by jplamp
No, I'm sorry - you're right, I should have read that. I will leave the Kunena CSS files alone from now on.

I tried adding this to the end of my site template.css file, but it didn't work.
Code:
#Kunena ul.kpost-profile li.kpost-personal{ text-align: center; font-style:italic; color:#FF0000; }

What am I doing wrong?

Thank you -

Kunena 4.0.11, Joomla 3.5.1, CB 2.0.14, DOCman 2.1.5, uddeIM 3.8

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

More
13 years 10 months ago - 13 years 10 months ago #130785 by sozzled
The CSS that you've written should work but, really, all you need to do is add these lines to the end of the Joomla site template CSS file, the one that is loaded last:
Code:
#Kunena li.kpost-personal { color: #ff0000; }
What you need to do is identify which CSS file is the correct one to edit - every site is different - and if you say that a file called "template.css" is not the correct one then I believe you. If you require help identifying which of the template files you're using is the one you need to edit, for a very small payment I would be happy show you exactly which one it is. :)

We've discussed this issue - identifying which is the file you need to edit - many times. See, for example, Which CSS file for editing background colour
Last edit: 13 years 10 months ago by sozzled.
The following user(s) said Thank You: jplamp

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

More
13 years 10 months ago #130851 by jplamp
I don't know why yours worked and mine didn't, but nonetheless, it did. I added the lines you suggested (instead of the ones I tried) at the end of my site template's template.css file, and it worked.

Thanks so much for your help. I'm learning a lot - I promise never to try to edit a Kunena template file again! Now that I understand that the changes can be made by adding to the site template, there is no reason to.

Kunena 4.0.11, Joomla 3.5.1, CB 2.0.14, DOCman 2.1.5, uddeIM 3.8

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

Time to create page: 0.233 seconds