Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Solved Help with CSS of template

More
7 years 6 months ago #1 by uzbaby
In the attached image you can see that in Crypsys template view there are LIST dots. These dots are from my joomla template. How can I remove them?




Attachments:

Please Log in or Create an account to join the conversation.

More
7 years 6 months ago #2 by 810
Replied by 810 on topic Help with CSS of template
please add a link to a topic, so we can check the css

Please Log in or Create an account to join the conversation.

More
7 years 6 months ago - 7 years 6 months ago #3 by uzbaby
Replied by uzbaby on topic Help with CSS of template
Do you mean link of my forum? www.uzbaby.uz/forum

Thank you
Last edit: 7 years 6 months ago by uzbaby.

Please Log in or Create an account to join the conversation.

More
7 years 6 months ago #4 by rich
Replied by rich on topic Help with CSS of template
Try this code in your custom.css (ist the same way as with custom.less)


Code:
#kunena ul li { background-image: none; }

Please Log in or Create an account to join the conversation.

More
7 years 6 months ago #5 by uzbaby
Replied by uzbaby on topic Help with CSS of template
I added...but it doesnt help. Forum still has list dots
Attachments:

Please Log in or Create an account to join the conversation.

More
7 years 6 months ago #6 by 810
Replied by 810 on topic Help with CSS of template
your custom.css is empty

Please Log in or Create an account to join the conversation.

More
7 years 6 months ago #7 by uzbaby
Replied by uzbaby on topic Help with CSS of template
Please help me. I dont understand something?
I added that code to my temlplate custom.css and to the crypsys custom.css files. But still no changes.
What am I doing wrong?


Attachments:

Please Log in or Create an account to join the conversation.

More
7 years 6 months ago #8 by uzbaby
Replied by uzbaby on topic Help with CSS of template
Thank you very much!!! I added to CUSTOM. LESS too and now no problem anymore with LIST dots.

Can you help me with one more thing.
Dots are dissapeared but there is still this slash:


Where is it from? how can I remove it?
Attachments:

Please Log in or Create an account to join the conversation.

More
7 years 6 months ago #9 by 810
Replied by 810 on topic Help with CSS of template
Code:
.layout#kunena ul.inline i { margin-top: 0px; padding-right: 0px; margin-right: 5px; padding-top: 0px; }

Please Log in or Create an account to join the conversation.

More
7 years 6 months ago #10 by uzbaby
Replied by uzbaby on topic Help with CSS of template
Hello,
I added the last code to my template css, to kunena custom css and kunena custom less files

.layout#kunena ul.inline i {
margin-top: 0px;
padding-right: 0px;
margin-right: 5px;
padding-top: 0px;
}

But it didnt help. Then I added without word layout it didnt help agayn.
What Am I doing wrong?

Please Log in or Create an account to join the conversation.

Time to create page: 0.544 seconds