- Posts: 7
COMMUNITY FORUM
Category Listing show blank bullet at end of list
- Michael Mc
- Topic Author
- Offline
- New Member
Less
More
6 years 8 months ago #166983
by Michael Mc
Category Listing show blank bullet at end of list was created by Michael Mc
Hello,
I'm using a module to show related items for a category. Everything works fine except it is showing a blank bullet at the end of the title links list.
It does not matter which category it is (I have multiple modules showing different categories filters) it always shows.
There is an empty/blank <li> item at the end of the list.
So two questions, please....
1. How do I remove the blank bullet at the end of the Category Listing?
2. How do I remove the bullets from appearing and just show title link with no bullets?
I pretty much have every option turn to Hide, except the Title, Items like user, avatar, intotext, video, etc are all hidden.
Thanks for your help!!!
I'm using a module to show related items for a category. Everything works fine except it is showing a blank bullet at the end of the title links list.
It does not matter which category it is (I have multiple modules showing different categories filters) it always shows.
There is an empty/blank <li> item at the end of the list.
So two questions, please....
1. How do I remove the blank bullet at the end of the Category Listing?
2. How do I remove the bullets from appearing and just show title link with no bullets?
I pretty much have every option turn to Hide, except the Title, Items like user, avatar, intotext, video, etc are all hidden.
Thanks for your help!!!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
6 years 8 months ago #166984
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Category Listing show blank bullet at end of list
Hello,
This is a templating CSS issue. A link is needed in order to troubleshoot this issue.
This is a templating CSS issue. A link is needed in order to troubleshoot this issue.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Michael Mc
- Topic Author
- Offline
- New Member
Less
More
- Posts: 7
6 years 8 months ago #166989
by Michael Mc
Replied by Michael Mc on topic Category Listing show blank bullet at end of list
Thanks for your reply. Where can I post a URL for you to look at if you don't mind?
The site is not public yet and I don't want to publish an incorrect URL if google gets it from here.
The site is not public yet and I don't want to publish an incorrect URL if google gets it from here.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
6 years 8 months ago #167067
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Category Listing show blank bullet at end of list
Hello,
You can use a URL shortener if that is the case and then disable the URL.
You can use a URL shortener if that is the case and then disable the URL.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Michael Mc
- Topic Author
- Offline
- New Member
Less
More
- Posts: 7
6 years 8 months ago #167217
by Michael Mc
Replied by Michael Mc on topic Category Listing show blank bullet at end of list
Thanks for looking into this. Here is an example:
dscorp.com/index.php/data-services/data-recovery-sage-50-peachtree/item/40-pricing-sage-50-peachtree-data-recovery
The problem is everywhere there are K2 links from Module Category. Look in the right column.
Thanks again!!!
dscorp.com/index.php/data-services/data-recovery-sage-50-peachtree/item/40-pricing-sage-50-peachtree-data-recovery
The problem is everywhere there are K2 links from Module Category. Look in the right column.
Thanks again!!!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
6 years 8 months ago #167230
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Category Listing show blank bullet at end of list
Hello,
Paste this snippet in your template's stylesheet.
Paste this snippet in your template's stylesheet.
li.clearList {
list-style: none;
}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Michael Mc
- Topic Author
- Offline
- New Member
Less
More
- Posts: 7
6 years 8 months ago #167267
by Michael Mc
Replied by Michael Mc on topic Category Listing show blank bullet at end of list
Thank you, Thank you, Thank you!!!!
I truly appreciate you taking time to help me with this. It is working great!
Best to you,
Michael
I truly appreciate you taking time to help me with this. It is working great!
Best to you,
Michael
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
6 years 8 months ago #167294
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Category Listing show blank bullet at end of list
You 're welcome Michael :)
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.