Allow Sticky Posts to have separate CSS
- fused.038
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
6 years 2 days ago #656
by fused.038
Allow Sticky Posts to have separate CSS was created by fused.038
Hi guys,
Noticing your code I cannot edit the Sticky Posts CSS due to the fact that it is the same CSS as a regular post. Please direct me to the hardcode of how sticky posts can be altered via a Class or do an update of the Template. If I am missing a configuration option my apologies ofcourse.
Kind regards,
Noticing your code I cannot edit the Sticky Posts CSS due to the fact that it is the same CSS as a regular post. Please direct me to the hardcode of how sticky posts can be altered via a Class or do an update of the Template. If I am missing a configuration option my apologies ofcourse.
Kind regards,
- Eugene S.
-
- Offline
- Administrator
-
6 years 1 day ago #657
by Eugene S.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Replied by Eugene S. on topic Allow Sticky Posts to have separate CSS
Hello fused.038,
Thanks for reporting us. The issue is confirmed. We will include the fix in new template update.
Now please open this file: /components/com_kunena/template/kvivid/assets/less/style.less and comment the style at line 1498:
Here is the corrected style:
You can modify style.less file via Kunena back-end side. Here is the tutorial . But use style.less file instead of custom.css.
Please let me know about the result.
Regards,
Eugene.
Thanks for reporting us. The issue is confirmed. We will include the fix in new template update.
Now please open this file: /components/com_kunena/template/kvivid/assets/less/style.less and comment the style at line 1498:
#kunena.layout .table td{
background-color: @main-light-background;
}
Here is the corrected style:
#kunena.layout .table td{
// background-color: @main-light-background;
}
You can modify style.less file via Kunena back-end side. Here is the tutorial . But use style.less file instead of custom.css.
Please let me know about the result.
Regards,
Eugene.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
The following user(s) said Thank You: fused.038
Moderators: Eugene S.