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

Solved Changing the message body font

More
9 years 6 months ago - 9 years 6 months ago #181167 by djb
I am using K5.0.3 on J3.6.4.

My question should be simple but I cannot solve it. I would like to change the font of messages.

Using Firebug, adding Arial to the font-family gives me what I want to see.

I already had code in custom.less to modify Crypsis to be more like Blue Eagle so I modified:

#kunena.layout .kmsg {
margin-top: 15px;
}

to be

#kunena.layout .kmsg {
margin-top: 15px;
font-family: Arial, "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol”;
}

This gave me a parsing error so I backed it out.

Can you advise how I make this change please?

With thanks
David
Last edit: 9 years 6 months ago by djb.

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

More
9 years 6 months ago #181180 by rich
Replied by rich on topic Changing the message body font
The last quotation marks is wrong. You had pressed the combination Alt-Gr+B for it? Use the default character for quotation and it will work.

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: djb

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

Time to create page: 0.237 seconds