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

Please Read This First:

This is a community-driven self-help category to ask questions about designing or developing your own Kunena template. Please be aware that there are rules that apply to topics posted in this category:

Do not use this category for:
  • asking questions about how to make simple changes to a template designed by the Kunena project team (use K 3.0 Templates instead);
  • advertising your own template designs.

Topics that do not meet the above guidelines may be removed without notice.

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.

Question Attachment button color not showing up

More
1 year 2 months ago - 1 year 2 months ago #1 by lmcclain
Any css to add to make this attachment button show up? It is button left. I would also like to get rid of the red border around the "thank you" and "action" etc...

 
 
Attachments:
Last edit: 1 year 2 months ago by lmcclain.

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

More
1 year 2 months ago #2 by 9themestore
Hi Imcclain,

I think, you should post your website url to here. We will check and give you the most accurate solution for your idea.

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)

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

More
1 year 2 months ago #3 by lmcclain

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

More
1 year 2 months ago #4 by 9themestore
Hi,
Open the custom.css file in the "/templates/j51_fedora/css/" path. Copy and paste below CSS rules to the bottom of the custom.css file.
Code:
#kunena.layout .kattach .thumbnail { border: 1px solid #f00; border-radius: 0; padding: 12px 18px; } #kunena.layout .kattach .thumbnail .btn.btn-small { border: 0; padding: 0; } #kunena.layout .kattach .thumbnail .btn.btn-small::before { content: "\f05a"; font-family: 'FontAwesome'; display: inline-block; color: #fff; margin-left: 8px; }

Save and reload your forum.

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)
The following user(s) said Thank You: lmcclain

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

More
1 year 2 months ago #5 by lmcclain
Anyway to get rid of the red border around the "quick reply, action, moderate, and thank you" buttons?

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

More
1 year 2 months ago #6 by 9themestore
If you want to remove the border around the buttons. Add below css rules to the custom.css file.
Code:
#kunena.layout .btn, #kunena.layout .button { border: 0; }

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)

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

Time to create page: 0.557 seconds