Kunena 7.0.3 Released

The Kunena team has announce the arrival of Kunena 7.0.3 [K 7.0.3] 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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Solved Round the edge of category headers

More
13 years 2 months ago - 13 years 2 months ago #140378 by yuzef
Why you need it soo? it's make the kunena template more elegant? i think soo.
With firebug i can make my forum like up to 90% look a like kunena.org has in 5 minutes.

You can see it in my joomla testing site -in my sign-

Love Simplicty
read...... and learn........

My Joomla Test Site
Last edit: 13 years 2 months ago by yuzef.

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

More
13 years 2 months ago #140379 by TKtemp
Hi,

add this code to your Joomla template css file
Code:
#Kunena div.kblock > div.kheader, #Kunena div.kblock { -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
The following user(s) said Thank You: Jiminimonka

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

More
13 years 2 months ago #140391 by applehc

TKtemp wrote: Hi,

add this code to your Joomla template css file

Code:
#Kunena div.kblock > div.kheader, #Kunena div.kblock { -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }


Thanks!! You are the best!! ;)

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

Time to create page: 0.255 seconds