The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] 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 7.0
Solved
Need to change the background of a dropdown box?
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