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

Solved Need to change the background of a dropdown box?

More
4 years 8 months ago - 4 years 8 months ago #1 by darkdragon
Attached is an image of the box I need to change the color of. I have tried to find the code to change it but was unable too.
Attachments:
Last edit: 4 years 8 months ago by darkdragon.

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

More
4 years 8 months ago #2 by 9themestore
Hi,
You can copy bellow CSS rules and paste to the bottom of template.css file in your joomla template.
Code:
#kunena.layout #topic-actions-toolbar .btn-primary { background: #c00; /* change to your color code */ color: #fff; /* Change to your color code */ }

- 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: darkdragon

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

More
4 years 8 months ago #3 by darkdragon

9themestore wrote: Hi,
You can copy bellow CSS rules and paste to the bottom of template.css file in your joomla template.

Code:
#kunena.layout #topic-actions-toolbar .btn-primary { background: #c00; /* change to your color code */ color: #fff; /* Change to your color code */ }

Thank you sir. That did it!!!

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

Time to create page: 0.511 seconds