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

Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the download page.

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.

Question Topics

More
1 year 8 months ago #1 by karloshull
Topics was created by karloshull
Hi 

How can I make the topics bold and bigger font size?

Cheers
Karl

 

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

More
1 year 8 months ago #2 by rich
Replied by rich on topic Topics
Example with Joomla template Cassiopeia:
System -> Site Templates -> Cassiopeia Details and Files
Create a user.css (see image)
.
 
.
Add a code like this:
.
Code:
#kunena.layout a.hasTooltip.topictitle {     font-weight: bold;     font-size: 1.3em; }
.
Result
.
 
The following user(s) said Thank You: karloshull

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

More
1 year 7 months ago #3 by karloshull
Replied by karloshull on topic Topics
Hi,
Thanks for this. Now I want to do the same with the categories?

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

More
1 year 7 months ago #4 by rich
Replied by rich on topic Topics
There are several different text sizes on the index page. Remove from the code the line with the text size you do not want to increase.
.
Code:
#kunena.layout h1, #kunena.layout h2, #kunena.layout h3 {     font-size: 1.5em; }

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

More
1 year 7 months ago #5 by karloshull
Replied by karloshull on topic Topics
  I have tried all 3 lines and the text didnt increase
In the user.css I put

#kunena.layout a.hasTooltip.topictitle {
font-weight: bold;
font-size: 2.3em;
}
#kunena.layout h1,{
font-size: 2.2em;
}
 

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

More
1 year 7 months ago #6 by karloshull
Replied by karloshull on topic Topics
I have tried all 3 lines and the text didnt increase
In the user.css I put

#kunena.layout a.hasTooltip.topictitle {
font-weight: bold;
font-size: 2.3em;
}
#kunena.layout h1,{
font-size: 2.2em;
}
 

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

More
1 year 7 months ago - 1 year 7 months ago #7 by Leen
Replied by Leen on topic Topics
I think I see a period or comma in your layout code, remove it
or try mine as a test
Code:
#kunena.layout a.hasTooltip.topictitle { font-weight: bold; font-size: 2.3em; } #kunena.layout h3 {   font-size: 28px !important; }

L.v.d.A
Attachments:
Last edit: 1 year 7 months ago by Leen.

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

More
1 year 7 months ago #8 by karloshull
Replied by karloshull on topic Topics
I have tried your code

#kunena.layout a.hasTooltip.topictitle {
font-weight: bold;
font-size: 2.3em;
}
#kunena.layout h1 {
  font-size: 28px !important;
}

And its not changing the size of the text. why?

 

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

More
1 year 7 months ago #9 by rich
Replied by rich on topic Topics
Can you please post a link to your forum so we can see the codes?

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

More
1 year 7 months ago - 1 year 7 months ago #10 by Leen
Replied by Leen on topic Topics
it works just think with you with h3
Code:
#kunena.layout h3 {   font-size: 38px; }
This message contains confidential information

L.v.d.A
Attachments:
Last edit: 1 year 7 months ago by Leen.
The following user(s) said Thank You: rich

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

Time to create page: 0.407 seconds