- Posts: 85
- Thank you received: 0
- Forum
- Community self help
- General questions and how-tos
- General Questions Archive
- Template Cryspys problem after upgrade
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 Template Cryspys problem after upgrade
How to delete those blue dots from my template view?
I made these changes as was advised last time to custom.less and custom.css file
#kunena ul li {
background-image: none;
}
But after upgrading Kunena it appears again..layout#kunena ul.inline i {
margin-top: 0px !important;
padding-right: 0px !important;
margin-right: 5px !important;
padding-top: 0px !important;
}
How can I delete it?
Thank you!
Please Log in or Create an account to join the conversation.
- 9themestore
-
- Offline
- Premium Member
Add below css rules to the custom.less file to remove the blue dots.
#kunena.layout ul li {
background: none;
list-style: none;
}
- 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.
Thank you, I add as you said but it did not help. Blue dots still there.
Please Log in or Create an account to join the conversation.
- 9themestore
-
- Offline
- Premium Member
I think, you should post your website url here. We need debug before provide the right 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.
uzbaby.uz/forum
Please Log in or Create an account to join the conversation.
- 9themestore
-
- Offline
- Premium Member
- 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.
Thank you very much!
Yes, you are right, I cleared browser cache and blue dots cleared!
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
- Template Cryspys problem after upgrade