- Posts: 7
- Thank you received: 1
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.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
This category is for the plugin developed, endorsed, maintained and supported by the Kunena project team. The topics in this category only relate to the plugin developed for K 3.0 and later versions.
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.
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.
Solved Change colours of Kunena Discuss?
2 years 3 months ago #230378
by abcAndi
Change colours of Kunena Discuss? was created by abcAndi
Please Log in or Create an account to join the conversation.
- 9themestore
-
- Offline
- Premium Member
-
2 years 3 months ago #230379
by 9themestore
- 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
Replied by 9themestore on topic Change colours of Kunena Discuss?
Hi abcAndi,
I think, you need add custom style to the joomla template to change color of the card. Please post your website url here, I'll help you check and find a solution to fix it.
Regards,
I think, you need add custom style to the joomla template to change color of the card. Please post your website url here, I'll help you check and find a solution to fix it.
Regards,
- 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: abcAndi
Please Log in or Create an account to join the conversation.
2 years 3 months ago #230380
by abcAndi
Replied by abcAndi on topic Change colours of Kunena Discuss?
I was hoping there would be some kind of documentation because my website is not online. I have now used the custom css in the Helix Framework:
1 Question: I can change the text color, but not the background color. Do you know what else I need to do differently?
all code custom css:
1 Question: I can change the text color, but not the background color. Do you know what else I need to do differently?
Code:
.kunenadiscuss .accordion-button.bg-light {
background-color: #0f0f0f; //dont work
color: #000000; /works
}
all code custom css:
Warning: Spoiler!
Code:
.kunenadiscuss .panel-body { background-color: #323232; color: #ffffff; } .kunenadiscuss .btn-outline-primary { background-color: #ff964f; border-color: #ff964f; color: #ffffff; } .kunenadiscuss .card-header.panel-heading { background-color: #0f0f0f; color: #ffffff; } .kunenadiscuss .col-md-1 { background-color: #323232; } .kunenadiscuss .col-md-11 { background-color: #323232; } .kunenadiscuss .accordion-body { background-color: #0f0f0f; color: #ffffff; } .kunenadiscuss .form-control { background-color: #323232; color: #ffffff; } .kunenadiscuss .accordion-button.bg-light { background-color: #0f0f0f; color: #000000; } .kunenadiscuss .btn-primary.validate { background-color: #ff964f; border-color: #ff964f; color: #ffffff; }
Please Log in or Create an account to join the conversation.
- 9themestore
-
- Offline
- Premium Member
-
2 years 3 months ago #230381
by 9themestore
- 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
Replied by 9themestore on topic Change colours of Kunena Discuss?
Hi,
Try to change your code to:
Try to change your code to:
Code:
.kunenadiscuss .accordion-button.bg-light {
background-color: #0f0f0f !important; //dont work
color: #000000; /works
}
- 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: abcAndi
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 973
- Thank you received: 153
2 years 3 months ago #230382
by Pinkeltje
Replied by Pinkeltje on topic Change colours of Kunena Discuss?
Try this one:
Change colors
Tip: use webdevelopertools from your browser to find css definitions
Code:
.kdiscuss-topic.btn.btn-outline-primary.mb-3 {
background: black;
border: 1px black;
}
Tip: use webdevelopertools from your browser to find css definitions
The following user(s) said Thank You: abcAndi
Please Log in or Create an account to join the conversation.
2 years 3 months ago #230383
by abcAndi
Replied by abcAndi on topic Change colours of Kunena Discuss?
Thank you both, it works perfectly.
Please Log in or Create an account to join the conversation.
Time to create page: 0.249 seconds