Kunena 6.3.4 released

The Kunena team has announce the arrival of Kunena 6.3.4 [K 6.3.4] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

Solved Change Font Size in Aurelia - DEFINITIVE ANSWER

More
11 months 3 weeks ago #1 by Konsider
Ok, as a lot of people want to do, I want to increase the font size of the general forum posts. I've had a good look and there's lots of old info that doesn't seem to work. Seeing as this is a common question and it apparently used to annoying the mods when people asked it, why is this info not super clear to find? It doesn't appear to even be in the documentation? Here's what I tried:

Using the "Edit css" in Aurelia, I add this to custom.css

.kmessage-text {
    font-size: 36px; /* Adjusting the size here */
}

It doesn't work. So, can someone in charge finally make the solution super clear and pin it to the front page of the site? :) Remember, there's a reason people are asking this over and over again.

Thanks.

Thanks.

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

More
11 months 3 weeks ago #2 by Leen
I think you are making a mistake in your code, you always choose a period (.)
I think if you use a hash (#) your code will work.
or why is it the intention that you always use a period(.)?
Code:
#kunena.layout .kmsg {   font-size: 18px !important; }

L.v.d.A

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

More
11 months 3 weeks ago #3 by Konsider
That was the code that was previously posted on this site. Neither that code or the code you provided makes any difference to the forum content messages in Aurelia. Please check again on your own installation - try changing the size of the main messages font please. This website needs to have this answered once and for all to make it easy for people :)

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

More
11 months 3 weeks ago - 11 months 3 weeks ago #4 by Leen
sorry, but the code I post works well here on my test site, but it may be that the letter size is coincidentally the same as the current one
or clean your web browser cache again

L.v.d.A
Last edit: 11 months 3 weeks ago by Leen.

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

More
11 months 3 weeks ago #5 by Konsider
Lmao, this feels like I'm chatting to AI, trying to get an answer :)

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

More
11 months 3 weeks ago #6 by rich

That was the code that was previously posted on this site. Neither that code or the code you provided makes any difference to the forum content messages in Aurelia.

Sorry no. It is a difference between your first posted code (.kmessage-text) and posted from user Leen (.kmsg). The code from Leen works  (but in the custom.scss you dont need the prefix #kunena.layout).
Your code should be
Code:
.kmsg {     font-size: 36px; }


Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: Leen, Konsider

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

More
11 months 3 weeks ago #7 by Konsider
Thank you Rich, this actually is the solution :)

To anyone who reads this in the future, make sure to clear both the Joomla cache and your browser cache to see the changes.

And Rich, maybe get this info in a very clear FAQ, along with all the other things people need to know :)

Cheers!

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

Time to create page: 0.482 seconds