Kunena 6.2.1 Released with module latest 6.0.4 and module kunena stats 6.0.4

The Kunena team has announce the arrival of Kunena 6.2.1 [K 6.2.1] 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.0 and issues discovered during the last development stages of K 6.1

Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.

Solved Hard to read buttons, any way to fix?

More
7 years 1 month ago - 7 years 1 month ago #1 by Nemo
Is there an easy way to fix the buttons so they don't follow the global joomla theme? My buttons currently look like this, and the only way to change the color to something reasonably readable is to change my entire site's color theme.



thanks,

-n
Attachments:
Last edit: 7 years 1 month ago by Nemo. Reason: attachment didn't upload

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

More
7 years 1 month ago #2 by BilboHouse
Hi Nemo,

Try to editing the CSS or adding custom CSS to solve it. Can you share a url of your site?

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

More
7 years 3 weeks ago - 7 years 3 weeks ago #3 by Tomzie
Go to your template (components/kunena/templates), select the template and click the edit css button.
Add the code below:

Code:
.layout .btn { color: white !important; }

It you don't have a custom.css file you could make one via FTP in this folder:
/components/com_kunena/template/template-name/assets/css/

Good luck! ;)
Last edit: 7 years 3 weeks ago by Tomzie.
The following user(s) said Thank You: Nemo

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

More
7 years 3 weeks ago #4 by Nemo
Tomzie,

Thanks. Worked perfect. :-)

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

More
7 years 3 weeks ago #5 by Tomzie
Hi Nemo,

Great! Glad to help. ;)

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

More
7 years 3 weeks ago #6 by 810
For other users:
Backend - Components - kunena - template - select your template - edit css - select custom.css

But i suggest to use custom.less (then there is no need to load extra file):
Backend - Components - kunena - template - select your template - edit less - select custom.less
Code:
.btn { color: white !important; }
The following user(s) said Thank You: Tomzie

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

Time to create page: 0.290 seconds