Kunena 6.3.8 Released

The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

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

More
5 months 2 weeks ago - 5 months 2 weeks ago #1 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: 5 months 2 weeks ago by Rik Brown.

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

More
5 months 2 weeks ago #2 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
5 months 2 weeks ago #3 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.411 seconds