Kunena 6.2.5 & module Kunena Latest 6.0.7 released

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

This category is for the module developed, endorsed, maintained and supported by the Kunena project team. The topics in this category only relate to the plugin developed for K 3.0 and later versions.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Solved Adding a border to Kunena Latest Module

More
7 years 4 months ago #1 by cherryboy
I want to add a border and background around my kunena latest module.

I have added this line to the css of my template

div.blueborder {background-color: #F4F4F4; border:#2698de 2px solid;border-radius:10px;padding: 20px; }

I then amended the advanced tab of the module definition to set module class suffix to blueborder

This puts the border around the module ok but also adds an extra border around the list of posts (see the picture) - how do I remove this extra border

Attachments:

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

More
7 years 4 months ago #2 by 810
do you have a link to your forum. with the latest module

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

More
7 years 4 months ago #3 by cherryboy
My development site can be found here

latorreinfo.com/development

The forum is only available to logged on users but I have made the module have have public access and opened up one of the categories

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

More
7 years 4 months ago #4 by 810
Code:
.klatest { border: none !important; }

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

More
7 years 4 months ago #5 by cherryboy
Perfect, thanks

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

Time to create page: 0.407 seconds