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
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.
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 How to increase fonts size in Kunena v5 [SOLVED]
8 years 9 months ago - 8 years 7 months ago #188328
by Kotsolis
How to increase fonts size in Kunena v5 [SOLVED] was created by Kotsolis
I have Kunena v5 latest version and I want to increase the fonts size in my template.
Fonts that I want to increase:
- All subforum titles and their descriptions.
- All topic titles inside each subforum.
- Fonts when we see a forum topic.
- Fonts when we type our message to write a forum post.
Can someone redirect me for a location to all those .css files so that I can edit them?
If each Kunena template has different .css files, just give me examples for the default Kunena template and I will find my way.
Iam a newbie in coding so please be specific.
Thank you.
Fonts that I want to increase:
- All subforum titles and their descriptions.
- All topic titles inside each subforum.
- Fonts when we see a forum topic.
- Fonts when we type our message to write a forum post.
Can someone redirect me for a location to all those .css files so that I can edit them?
If each Kunena template has different .css files, just give me examples for the default Kunena template and I will find my way.
Iam a newbie in coding so please be specific.
Thank you.
Last edit: 8 years 7 months ago by Kotsolis.
Please Log in or Create an account to join the conversation.
8 years 9 months ago #188344
by Kotsolis
Replied by Kotsolis on topic How to increase fonts size in Kunena v5
Hello, one day after and still no reply.
Please Log in or Create an account to join the conversation.
8 years 9 months ago #188351
by Kotsolis
Replied by Kotsolis on topic How to incrase the size in text box?
I want to increase the size in text box and make it like it is in the default Kunena template.
The problem is that I downloaded a Template and it has very tiny comment box. Only two lines.
Thank you.
The problem is that I downloaded a Template and it has very tiny comment box. Only two lines.
Thank you.
Please Log in or Create an account to join the conversation.
8 years 9 months ago #193669
by Kotsolis
Replied by Kotsolis on topic How to increase fonts size in Kunena v5
I've been waiting for a reply for this for 2,5 days!!!!
Please Log in or Create an account to join the conversation.
8 years 9 months ago #193684
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic How to increase fonts size in Kunena v5
Try this codes:
Code:
.layout#kunena .topictitle {
font-size: 130%;
}
.layout#kunena h1, .layout#kunena h3 {
font-size: 2.0em;
}
.layout#kunena #kbbcode-message {
resize: vertical;
font-size: 1.1em;
}
.header-desc {
font-size: 1.1em;
}
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
8 years 9 months ago - 8 years 9 months ago #193690
by Kotsolis
Replied by Kotsolis on topic How to increase fonts size in Kunena v5
You forgot the most important.
Which file do I need to edit and where is the location of it?
Which file do I need to edit and where is the location of it?
Last edit: 8 years 9 months ago by Kotsolis.
Please Log in or Create an account to join the conversation.
Time to create page: 0.390 seconds