-
AuthorPosts
-
June 17, 2011 at 4:20 am #165322
In the K2 item list, there seems to be a problem with the list-style for the tags (“Tagged under”). I’ve checked the css and the code says “list-style:none,” but bullets are appearing anyway. I’ve attached an image to show what I mean. they appear at the center of each tag.
thanks for your help,
-dave
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
June 17, 2011 at 7:18 am #396855Add “background:none” to the same css code where you have “list-style:none;”
Do the Following
Replace the following code
div.catItemTagsBlock ul.catItemTags li {
display: inline;
list-style: none;
margin: 0;
padding: 0 4px 0 0;
text-align: center;
}
With
div.catItemTagsBlock ul.catItemTags li {
background:none;
display: inline;
list-style: none;
margin: 0;
padding: 0 4px 0 0;
text-align: center;
}
Note: If you Find my Post useful please click on the Thanks Icon
1 user says Thank You to chavan for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by chavan 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
list-style issue in K2 Item list "Tagged under"
Viewing 2 posts - 1 through 2 (of 2 total)