- Posts: 63
- Thank you received: 0
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
Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the
download
page.
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.
Question Block quote color not able to be seen.
2 years 7 months ago #229496
by lmcclain
Block quote color not able to be seen. was created by lmcclain
Please Log in or Create an account to join the conversation.
2 years 7 months ago #229503
by Leen
With kind regards
Leen
Replied by Leen on topic Block quote color not able to be seen.
It's always a lot of searching to find out what you mean
without a link but I know which website is meant
Try this code in Kunena Forum: Templates custum.scss
without a link but I know which website is meant
Try this code in Kunena Forum: Templates custum.scss
Code:
#kunena.layout blockquote {
color: black; }
With kind regards
Leen
Please Log in or Create an account to join the conversation.
2 years 7 months ago #229516
by lmcclain
Replied by lmcclain on topic Block quote color not able to be seen.
Sorry about that.
scannerdanner.com/forum.html
I put that code into the scss--->custom and it's still the same.
scannerdanner.com/forum.html
I put that code into the scss--->custom and it's still the same.
Please Log in or Create an account to join the conversation.
2 years 7 months ago #229517
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Block quote color not able to be seen.
Code:
.kmsgtext-quote {
color: #000;
}
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
2 years 7 months ago #229518
by lmcclain
Replied by lmcclain on topic Block quote color not able to be seen.
In addition to what Leen suggested or in place of?
Please Log in or Create an account to join the conversation.
2 years 7 months ago #229519
by Leen
With kind regards
Leen
Replied by Leen on topic Block quote color not able to be seen.
ha I think I gave the wrong color try this one or make color white
Kunena Forum: Templates custum.scss
Kunena Forum: Templates custum.scss
Code:
.kmsgtext-quote {
color: yellow !important;
}
With kind regards
Leen
Please Log in or Create an account to join the conversation.
Time to create page: 0.269 seconds