- Posts: 4
- Thank you received: 0
- Forum
- Community self help
- General questions and how-tos
- General Questions Archive
- Change quote layout
×
Blue Eagle 5 v1.6.2 has been Released for Kunena 5.2 (20 Jan 2021)
The Kunena team has announce the arrival of Kunena template Blue Eagle 5 v1.6.2 which is now available for download. This version addresses most of the issues that were discovered in development.
REQUIREMENTS
Blue Eagle 1.6.x requires Kunena 5.2.x to work with
Solved Change quote layout
3 years 1 month ago #1
by Aurra
Change quote layout was created by Aurra
I'm using the Template Canvas from arrowthemes.com/ It was part of the joomla template lighthouse.
My problem is the kunena template is using the same quote layout as for the lighthouse template.
Quote is without a box and text is center. I want to change that, but i don't know how.
I found this:
/components/com_kunena/template/canvas/assets/less/general.less
i tried this:
But that doesn't changed anything.
I would be happy for any help!
My problem is the kunena template is using the same quote layout as for the lighthouse template.
Quote is without a box and text is center. I want to change that, but i don't know how.
I found this:
/components/com_kunena/template/canvas/assets/less/general.less
div.kmsgtext-article,
div.kmsgtext-quote,
div.kmsgtext-hide,
div.kmsgtext-code,
div.kmsgtext-confidential {
font-size : 12px;
line-height : 18px;
-moz-tab-size : 4;
tab-size : 4;
border-radius : 3px;
display : block;
border : 1px dotted;
margin : 5px;
padding : 5px;
font-style : italic;
}
i tried this:
div.kmsgtext-quote {
background-color: rgba(128, 128, 128, 0.4);
border: 1px solid #4488FF;
color: #4488FF;
}
div.kmsgtext-article,
div.kmsgtext-hide,
div.kmsgtext-code,
div.kmsgtext-confidential {
font-size : 12px;
line-height : 18px;
-moz-tab-size : 4;
tab-size : 4;
border-radius : 3px;
display : block;
border : 1px dotted;
margin : 5px;
padding : 5px;
font-style : italic;
}
But that doesn't changed anything.
I would be happy for any help!
Please Log in or Create an account to join the conversation.
- 9themestore
-
- Offline
- Premium Member
3 years 1 month ago #2
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 quote layout
Hi Aurra,
I can't found the Canvas template on the arrowthemes.com, so I can't help you debug this question. Please post your site's url here, I'll help you check and suggest a best solution to you.
I can't found the Canvas template on the arrowthemes.com, so I can't help you debug this question. Please post your site's url here, I'll help you check and suggest a best solution to you.
- 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

Please Log in or Create an account to join the conversation.
3 years 1 month ago #3
by Aurra
Replied by Aurra on topic Change quote layout
Please Log in or Create an account to join the conversation.
- 9themestore
-
- Offline
- Premium Member
3 years 1 month ago #4
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 quote layout
Hi,
Try to update your css rules to the custom.css file in the "components/com_kunena/template/canvas/assets/css/" path. After update you should clear Kunena's cache.
Send me email, if it does not work. I'll help you solve it.
Try to update your css rules to the custom.css file in the "components/com_kunena/template/canvas/assets/css/" path. After update you should clear Kunena's cache.
Send me email, if it does not work. I'll help you solve it.
- 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: Aurra
Please Log in or Create an account to join the conversation.
3 years 1 month ago #5
by Aurra
Replied by Aurra on topic Change quote layout
How can i send an email to you? I wasn't able to find any button for that.
i added this code to "components/com_kunena/template/canvas/assets/css/"
i cleared kunena, joomla and my browser cache, avaland.de/de/forum/test-dummy/4-test#8but nothing changed so far .
i added this code to "components/com_kunena/template/canvas/assets/css/"
div.kmsgtext-quote {
background-color: rgba(128, 128, 128, 0.4);
border: 1px solid #4488FF;
color: #4488FF;
}
i cleared kunena, joomla and my browser cache, avaland.de/de/forum/test-dummy/4-test#8but nothing changed so far .
Please Log in or Create an account to join the conversation.
- 9themestore
-
- Offline
- Premium Member
3 years 1 month ago #6
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 quote layout
Thank you about information. Please send your site's information via our email 9themestore[at]gmail.com. I'll help you check and solve your issue.
- 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

Please Log in or Create an account to join the conversation.
3 years 1 month ago #7
by Aurra
Replied by Aurra on topic Change quote layout
Friend solved the problem with
.kmsgtext-quote {...
}
target element is the p element and not the div element!
.kmsgtext-quote {...
}
target element is the p element and not the div element!
Please Log in or Create an account to join the conversation.
Forum Access
- Not Allowed: to create new topic.
- Not Allowed: to reply.
- Not Allowed: to edit your message.
- Forum
- Community self help
- General questions and how-tos
- General Questions Archive
- Change quote layout
Time to create page: 0.089 seconds