Kunena 6.3.6 Released - Security release

The Kunena team has announce the arrival of Kunena 6.3.6 [K 6.3.6] 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 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

Please Read This First:

This is a community-driven self-help category to ask questions about designing or developing your own Kunena template. Please be aware that there are rules that apply to topics posted in this category:

Do not use this category for:
  • asking questions about how to make simple changes to a template designed by the Kunena project team (use K 3.0 Templates instead);
  • advertising your own template designs.

Topics that do not meet the above guidelines may be removed without notice.

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.

Question Template colors changed

More
1 year 2 months ago #1 by lmcclain
Hello,

i am not very skilled in template edits.

Any suggestions on how to make this text in the forum more legible?

Thank you so much.
Attachments:

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

More
1 year 2 months ago - 1 year 2 months ago #2 by Leen
Replied by Leen on topic Template colors changed
Hello
as a test you could test this color in the kunena template
Kunena Forum: Templates > Edit SCSS File /template/aurelia/assets/scss/custom.scss

Code:
#kunena.layout .table th, #kunena.layout .table td {   color: burlywood !important; }

do this color with a link because otherwise your page choice will also get white lettering
Code:
a.page link { color: #e69227 !important; }

 

L.v.d.A
Attachments:
Last edit: 1 year 2 months ago by Leen. Reason: mistake

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

More
1 year 2 months ago #3 by lmcclain
Replied by lmcclain on topic Template colors changed
Thank you so much. How would I changed the color if I wanted to do that?

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

More
1 year 2 months ago - 1 year 2 months ago #4 by Leen
Replied by Leen on topic Template colors changed
i often use firefox inspector to find and test such things and from there i copy the color code and paste it in the template custom or user .css or in the kunena template custom css or custom scss sometimes needed to cache joomla clean up after the changes.
here's how firefox inspector works
firefox-source-docs.mozilla.org/devtools-user/page_inspector/
Google Chrome works the same way
developer.chrome.com/docs/devtools/css/
ps
in my earlier post there is an image with pagination that is white but it should be something like this in the kunena template template/aurelia/assets/scss/custom.scss

.page-link {
  color: #d2892b !important;
}
 

L.v.d.A
Attachments:
Last edit: 1 year 2 months ago by Leen.

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

Time to create page: 0.424 seconds