Kunena 7.0.8 Released

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?

More
7 years 1 week ago - 7 years 1 week ago #211008 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.
Last edit: 7 years 1 week ago by darkdragon.

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

More
7 years 1 week ago #211009 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
7 years 1 week ago #211010 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.435 seconds