Increase message body font size ??
Increase message body font size ??
12 years 2 months ago
I have folks who use the site who are older or don't have very good vision. Where do I change the font size for the message board posts when viewing?
Please Log in or Create an account to join the conversation.
Re: Increase message body font size ??
12 years 2 months ago
In addition I am using the integrate with template feature.
Please Log in or Create an account to join the conversation.
Re: Increase message body font size ??
12 years 2 months ago
Hi bigfish,
You can use the CSS rules to increase the font size of the post viewing. Open the template.css file of the your Joomla! template and paste below CSS rules to the bottom of file.
Let us know if there is anything else.
Regards
You can use the CSS rules to increase the font size of the post viewing. Open the template.css file of the your Joomla! template and paste below CSS rules to the bottom of file.
Code:
#Kunena td div.kmsgbody {
font-size: 14px; /* You can change the font size */
}
Let us know if there is anything else.
Regards
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
The following user(s) said Thank You: bigfish
Please Log in or Create an account to join the conversation.
Time to create page: 0.249 seconds