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
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.
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.
Sticky My Joomla site template makes a mess of Kunena ... a collection of the many requests that we receive
14 years 2 months ago #114040
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: How to change the font size (text is too big)
G'day, roberto_b, and welcome to Kunena.
The answer to this issue (as in all cases when people ask how to change the font size or colour) is to read the FAQs (see the menu item at the top of this forum). People forget that creating a website in Joomla is not just a simple matter of three mouseclicks and you're done. Creating a website in Joomla also requires some skill.
Simple answer (I solved the problem using Firebug with one mouseclick). Edit the file ../templates/jnotepad_chaos16/css/style.css and change around line 116, from this:
to this
The answer to this issue (as in all cases when people ask how to change the font size or colour) is to read the FAQs (see the menu item at the top of this forum). People forget that creating a website in Joomla is not just a simple matter of three mouseclicks and you're done. Creating a website in Joomla also requires some skill.
Simple answer (I solved the problem using Firebug with one mouseclick). Edit the file ../templates/jnotepad_chaos16/css/style.css and change around line 116, from this:
Code:
#content .col01 {
float:left;
width:640px;
font-size:16px;
line-height:20px;
}
Code:
#content .col01 {
float:left;
width:640px;
font-size:16px !important;
line-height:20px;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
14 years 2 months ago #114062
by roberto_b
Replied by roberto_b on topic Re: How to change the font size (text is too big)
Thank you for replay,
i try this option, however if i change this parameter i change all text site on web site, wit a bad result.
Why i have different size (bigger) only on forum and not in any other module ?
bye
i try this option, however if i change this parameter i change all text site on web site, wit a bad result.
Why i have different size (bigger) only on forum and not in any other module ?
bye
Please Log in or Create an account to join the conversation.
14 years 2 months ago #114084
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: How to change the font size (text is too big)
The reason you have a bigger font size on the forum is because of your Joomla site template. Please read
My Joomla template is making a mess of Kunena
. I showed you how to apply the font size used on your site template to Kunena. If you have a better way of fixing the problem then that's good too.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
14 years 1 month ago #117105
by array81
Replied by array81 on topic Link hover color
I need cahnge the defualt hover link color (red) with another color. I just have replace all #FF0000 color to my new color on kunena css file, buy it is always red.
How can I change it?
How can I change it?
Please Log in or Create an account to join the conversation.
14 years 1 month ago #117156
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Link hover color
See
How do I change the colours of my template in Kunena?
. Add any specific Kunena a:hover CSS rules to the end of your Joomla site template CSS file.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- 9themestore
-
- Offline
- Premium Member
-
14 years 1 month ago #117517
by 9themestore
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful
Replied by 9themestore on topic Re: Link hover color
Hi,
If you want the link hover color the same link hover of your site, you can remove the section code:
You can find it in the forum.kunena-min.css or forum.kunena.css
If you want the link hover color the same link hover of your site, you can remove the section code:
Code:
#Kunena a:hover {
...
}
You can find it in the forum.kunena-min.css or forum.kunena.css
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful
Please Log in or Create an account to join the conversation.
Time to create page: 0.275 seconds