Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • dgladney Friend
    #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


    1. Screen-shot-2011-06-17-at-12.07.01-AM
    chavan Friend
    #396855

    Add “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

Viewing 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