- Posts: 22
COMMUNITY FORUM
Bullet Point Showing up In K2 Item
- John Morris
-
Topic Author
- Offline
- Junior Member
Less
More
11 years 1 month ago - 11 years 1 month ago #126944
by John Morris
Bullet Point Showing up In K2 Item was created by John Morris
Please see attached image, there is one bullet point that keeps showing up in my K2 item and I cannot get rid of it for the life of me, any suggestions are greatly appreciated! Thanks guys.
Oops, I tried to ADD FILE but no luck, but here is the link to my home page and if you scroll to the lower half, you'll see an item published to the "ABOUT US" tab, help! Thanks again!
The Patriot Woodworker
Oops, I tried to ADD FILE but no luck, but here is the link to my home page and if you scroll to the lower half, you'll see an item published to the "ABOUT US" tab, help! Thanks again!
The Patriot Woodworker
Please Log in or Create an account to join the conversation.
- CuppaJoe
-
- Offline
- New Member
- Share The Warmth
11 years 1 month ago #126945
by CuppaJoe
Regards,
Joe,
ShareTheWarmth
Replied by CuppaJoe on topic Re: Bullet Point Showing up In K2 Item
Hello,
This is created by
If you have cutsom.css or add to template.css this
Joe
This is created by
#s5_button_content li li {list-style-type: disc;}
If you have cutsom.css or add to template.css this
#s5_button_content li li {list-style-type: none;}
Joe
Regards,
Joe,
ShareTheWarmth
Please Log in or Create an account to join the conversation.
- John Morris
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 22
11 years 1 month ago #126946
by John Morris
Replied by John Morris on topic Re: Bullet Point Showing up In K2 Item
Sorry for the late reply Joe, and the late thank you. If I do add the custom css then the disk will not show when I want it too, correct?
s5 is the template that you are referring too. But the issue I believe is a K2 issue, when I create a standard Joomla Article, and I pull it in with a Joomla module, this issue does not arise.
But when I create a K2 Item, then pull it in with the K2 Module with K2 Content, then this issue arises. The offending character only appears when I create the K2 item.
I did apply your css and the single bullet point still appears. hmmmm, scratch head, I am confuded.
s5 is the template that you are referring too. But the issue I believe is a K2 issue, when I create a standard Joomla Article, and I pull it in with a Joomla module, this issue does not arise.
But when I create a K2 Item, then pull it in with the K2 Module with K2 Content, then this issue arises. The offending character only appears when I create the K2 item.
I did apply your css and the single bullet point still appears. hmmmm, scratch head, I am confuded.
Please Log in or Create an account to join the conversation.
- John Morris
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 22
11 years 1 month ago - 11 years 1 month ago #126947
by John Morris
Replied by John Morris on topic Re: Bullet Point Showing up In K2 Item
I think I may have found it, here is a great link to a K2 discussion getk2.org/community/English-K2-Community/879-Remove-bullet-points-from-K2-content-module
What I am seeing that is causing the unwanted bullet point is the <ul>, here is suggests how to remove the ul.
What I am seeing that is causing the unwanted bullet point is the <ul>, here is suggests how to remove the ul.
Please Log in or Create an account to join the conversation.
- John Morris
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 22
11 years 1 month ago #126948
by John Morris
Replied by John Morris on topic Re: Bullet Point Showing up In K2 Item
Well, that did not work! Back to the drawing board.
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
Less
More
- Posts: 8743
11 years 1 month ago #126949
by Lefteris
Replied by Lefteris on topic Re: Bullet Point Showing up In K2 Item
@jmorris
This is not a K2 issue. This is how your template is rendering lists. If you want to change the K2 module output you can make a template override. Read more at getk2.org/documentation/tutorials/174-templating-with-k2-and-the-concepts-of-sub-templates. You can also override the default k2.css file. So K2 gives you all the tools you need to make tweak it as you wish. Now it's up to you to apply your HTML markup and CSS rules.
This is not a K2 issue. This is how your template is rendering lists. If you want to change the K2 module output you can make a template override. Read more at getk2.org/documentation/tutorials/174-templating-with-k2-and-the-concepts-of-sub-templates. You can also override the default k2.css file. So K2 gives you all the tools you need to make tweak it as you wish. Now it's up to you to apply your HTML markup and CSS rules.
Please Log in or Create an account to join the conversation.