- Posts: 271
- Thank you received: 11
Kunena 7.0.9 & Kunena 6.4.14 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.9 [K 7.0.9] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
Solved css class for Aurelia
- anonymous01
-
Topic Author
- Offline
- Premium Member
-
Less
More
2 years 8 months ago #230504
by anonymous01
I was forced to abandon the new Joomlart templates. I used a very simple template for Kunena 6 forum, it gave a good result . But I don't understand how to assign a style for Announcement, there seems to be no suitable class there. What do you think, is it possible to add a new Announcement css-class in the new version of kunena?
css class for Aurelia was created by anonymous01
Hello. I tried using Purity IV (also T4 BS5 Blank template as advised by @rich ) for Joomla 4 / Kunena 6. I have bad impressions: the new framework from JoomlArt is very heavy. For example: t3.micro on AWS has insufficient resources for this template to work. This is a surprise for me.Purity IV was written for Joomla 4.x and uses Bootstrap 5. It will never work properly with Joomla 3.x and Kunena 5.2. For this template you need Joomla 4.x and Kunena 6.x.
I was forced to abandon the new Joomlart templates. I used a very simple template for Kunena 6 forum, it gave a good result . But I don't understand how to assign a style for Announcement, there seems to be no suitable class there. What do you think, is it possible to add a new Announcement css-class in the new version of kunena?
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 1014
- Thank you received: 162
2 years 8 months ago #230506
by Pinkeltje
Replied by Pinkeltje on topic css class for Aurelia
Strange template. But this could work:
Code:
#kunena .shadow-lg.rounded {
background: red;
}
Please Log in or Create an account to join the conversation.
- anonymous01
-
Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 271
- Thank you received: 11
2 years 8 months ago #230507
by anonymous01
Replied by anonymous01 on topic css class for Aurelia
If I do as you advise, it will affect the entire forum. Top to bottom.
Please Log in or Create an account to join the conversation.
2 years 8 months ago #230508
by Leen
With kind regards
Leen
Replied by Leen on topic css class for Aurelia
maybe this works better?
Code:
.alert-info { background-color: orange !important; }
With kind regards
Leen
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 1014
- Thank you received: 162
2 years 8 months ago #230509
by Pinkeltje
Replied by Pinkeltje on topic css class for Aurelia
Code:
.layout#kunena [id^="announcement"]{
background: red;}
Please Log in or Create an account to join the conversation.
- anonymous01
-
Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 271
- Thank you received: 11
2 years 8 months ago #230510
by anonymous01
Replied by anonymous01 on topic css class for Aurelia
Please Log in or Create an account to join the conversation.
Time to create page: 0.287 seconds