Kunena 7.0.4 Released

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

Before posting in this category, please read sticky topics and, as general background, My Joomla site template makes a mess of Kunena .

If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.

Question How to change text color, background, and border on quoted text

More
14 years 2 months ago #118689 by wallstreetamigo
Thanks sozzled! So busy with the site that I didn't even notice the Kunena update!

As for the quoted text area background, in a perfect world it would be similar to what pops up when you click on Quick Reply. I believe this is done through a transparent PNG so I'm not sure how to do that. If it is possible that would be the best solution. If it is a solid color, just making the area a little bit lighter than the existing transparency there would probably work ok.

For lettering, it will depend a little bit on the background but we would like to use #4488ff or something close to it. It is the same color we used for the "Global Moderator" legend color.

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

More
14 years 2 months ago #118691 by sozzled
So, you want to add the following lines to the end of your Joomla site template CSS file:
Code:
#Kunena div.kmsgtext-quote { background-color: rgba(128, 128, 128, 0.4); border: 1px solid #4488FF; color: #4488FF; }
And you should be good to go.

I will be happy to answer any more questions on this topic for the fair price of AUD 10.00 per question. Thank you. ;)

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

Time to create page: 0.237 seconds