- Posts: 4
- Thank you received: 0
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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
Important how to change text color
- Hazardous Pain
-
Topic Author
- Offline
- New Member
-
I have this same issue as many people and I cannot seem to find a solution, I tried pasting this line the template.css of my template but it is not working:
I also tried what other topics said but none worked!
what am I doing wrong?
help very appreciated!
Please Log in or Create an account to join the conversation.
/* Custom Kunena */
#Kunena a:link,
#Kunena a:visited,
#Kunena a:active {
color:#c52d2d !important;
}
Please Log in or Create an account to join the conversation.
- Hazardous Pain
-
Topic Author
- Offline
- New Member
-
- Posts: 4
- Thank you received: 0
Please Log in or Create an account to join the conversation.
ps. This only applies for IE & Chrome. Firefox displays a black background in both the text box and the dropdown box which looks fine. Thanks.
Please Log in or Create an account to join the conversation.
I added the following code to my template.css file, but there are no changes. Please help.
www.planethop.com/forum
/* Change the Kunena Forum header background colors */
#Kunena .kblock div.kheader {
background:none repeat scroll 0 0 #135CAE !important;
}
/* Change the Kunena Forum tab colors */
div#ktab ul.menu li a {
background-color: #135CAE !important;
}
Please Log in or Create an account to join the conversation.
ashquadir wrote:
Try forcing a page reload to download a fresh copy of your updated .CSS (common problem for novice users) or clear your cache.I [made changes] to my template.css file, but there are no changes.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.