Kunena 6.3.0 released

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

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.

Question Edit Blockquote background color and css attributes

More
2 years 10 months ago - 2 years 10 months ago #1 by coldplay12
Hi guys, since the last update (i was running kunena in version 5.1.16) i got blockquotes in white color and i can't edit the css,
 
'caus there's no link to it in browser's CSS Inspector (Devtools).
 
 
Any Help..?!!
thanks
 
Last edit: 2 years 10 months ago by coldplay12.

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

More
2 years 10 months ago #2 by rich
Add this code to your custom.less
Example:
Code:
.kmsg blockquote {     background-color: red !important;     color: green; }

 

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

More
2 years 10 months ago - 2 years 10 months ago #3 by coldplay12
i wanted this way please.
 
 
Last edit: 2 years 10 months ago by coldplay12.

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

More
2 years 10 months ago #4 by rich
What do you want to change? If it's the colors, try the following (you have to adjust the colors yourself):

Code:
.kmsg blockquote {     background-color: #040a2e !important;     color: #fff; } .kmsg blockquote a {     color: #b73ab7 !important;     background-color: #040a2e; } .kmsg blockquote div {     background-color: #040a2e !important; }

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

Time to create page: 0.524 seconds