Chaning font style/family and size?
Chaning font style/family and size?
13 years 3 months ago
Hello, I bought this template to use it on my forum to find that the font is somewhat hard to read and too small.
So, I wish to change overall font size and style(or family). Which css and what lines am I looking to modify?
So, I wish to change overall font size and style(or family). Which css and what lines am I looking to modify?
Please Log in or Create an account to join the conversation.
Re: Chaning font style/family and size?
13 years 3 months ago
Hi,
The first you should read this thread How to edit css of the Kunena forum . After that you open the kunena.skiner.css and find the following css code section.
You can change an other font or other font size. If you want to use the default font of the joomla template, you can remove that code section.
Don't forget check it before minify it by online tool.
Regards!
The first you should read this thread How to edit css of the Kunena forum . After that you open the kunena.skiner.css and find the following css code section.
Code:
#Kunena {
font-family: 'open_sans_lightregular', sans-serif;
font-size: 13px;
}
You can change an other font or other font size. If you want to use the default font of the joomla template, you can remove that code section.
Don't forget check it before minify it by online tool.
Regards!
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Time to create page: 0.230 seconds