- Posts: 13
- Thank you received: 0
Kunena 6.1.3.2 Released
The Kunena team has announce the arrival of Kunena 6.1.3.2 [K 6.1.3] which is now available for download as a native Joomla extension for J! 4.2.x/4.3.x. This version addresses most of the issues that were discovered in K 6.1.0 and issues discovered during the last development stages of K 6.1
Solved Aurelia temlates colonnes in recent topics/no response
2 months 1 week ago #1
by prpoub
Aurelia temlates colonnes in recent topics/no response was created by prpoub
Hello all
how i can delete the first colonne (with arrow and subject/not the subject colonnes)on aurelia templates (recent topics/no response/)
how i can delete the first colonne (with arrow and subject/not the subject colonnes)on aurelia templates (recent topics/no response/)
Please Log in or Create an account to join the conversation.
2 months 1 week ago #2
by prpoub
Replied by prpoub on topic Aurelia temlates colonnes in recent topics/no response
Please Log in or Create an account to join the conversation.
2 months 5 days ago #3
by rich
Replied by rich on topic Aurelia temlates colonnes in recent topics/no response
I am not sure what you mean. Try this code in your custom.scss (it is the same process as to custom.less)
Code:
.table.shadow-lg.rounded thead {
display: none;
}
The following user(s) said Thank You: prpoub
Please Log in or Create an account to join the conversation.
2 months 3 days ago - 2 months 3 days ago #4
by prpoub
Replied by prpoub on topic Aurelia temlates colonnes in recent topics/no response
Last edit: 2 months 3 days ago by prpoub.
Please Log in or Create an account to join the conversation.
2 months 3 days ago #5
by rich
Replied by rich on topic Aurelia temlates colonnes in recent topics/no response
If you mean the left column, icons should be displayed there.
This code hides the left column:
.
This code hides the left column:
.
Code:
.category .center.d-none.d-md-table-cell {
display: none !important;
}
Please Log in or Create an account to join the conversation.
2 months 2 days ago #6
by prpoub
Replied by prpoub on topic Aurelia temlates colonnes in recent topics/no response
Thanks ! working good.
Go to plan migration
Go to plan migration

Please Log in or Create an account to join the conversation.
Time to create page: 0.341 seconds