Kunena 6.4.13 Released

The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 6.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.

Solved CSS to remove shadows from around the section/category boxes

More
1 year 11 months ago - 1 year 11 months ago #231973 by Rik Brown
I'm in the process of changing from EasyDiscuss to Kunena 6.3.4. I have setup Kunena but the shadows around the boxes do look really look good on my my site.



I've played around with the CSS but the following does not work:

.shadow-lg {box-shadow:none;}

I assume something else is needed. Does anyone know the correct CSS to remove the shadows around section/category boxes?

Thank you. -- Rik
Last edit: 1 year 11 months ago by Rik Brown.

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

More
1 year 11 months ago #231974 by rich
Add this code in your custom.scss
Code:
.shadow-lg {box-shadow:none !important;}
.
 

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

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

More
1 year 11 months ago #231975 by Rik Brown
Hi Rich,

I guess I forgot that "important! part.

Thanks for pointing that out! -- Rik

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

Time to create page: 0.336 seconds