Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Solved Changing the message body font

More
7 years 5 months ago - 7 years 5 months ago #1 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: 7 years 5 months ago by djb.

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

More
7 years 5 months ago #2 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.
The following user(s) said Thank You: djb

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

Time to create page: 0.434 seconds