• csinia

    (@chrisasolisgmailcom)


    I love this plug in, I am trialing in on a new site. It was very easy to setup and use. I am having an odd problem however. In the grid view, in front of the pictures, it shows a bullet (similar to what you’d find in an

    • scenario). I can see that you’re using unordered lists to display the products, so in a way, it makes sense. I’ve tried to put list-style-type: none; in the css, but having no success, so thinking I’m not putting it in the right place. Would love to use this plug in though! Please let me know your thoughts.

    https://www.ads-software.com/extend/plugins/grid-products/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor ModDish

    (@moddish)

    try list-style-type: none !important;

    sounds like another general style in your theme is overriding the plugin css

    Plugin Contributor ModDish

    (@moddish)

    would need a link to the site to diagnose any further.

    Thread Starter csinia

    (@chrisasolisgmailcom)

    Thanks for the input. I tried putting list-style-type: none !important; in places in the css file, but it doesn’t seem to help. Here is a link to the site that has your plug in on it : https://www.cleangreenengines.com/our-products/. They would like the site live in the next week or so. Any help would be appreciated. The customer loved the easy input of products, and it displays well other than the bullets.

    Let me know how I can be of assistance!

    Plugin Contributor ModDish

    (@moddish)

    here is the problem in your themes css file

    ul li {
    background-image:url(../images/bull.gif);
    }

    Plugin Contributor ModDish

    (@moddish)

    its not a bullet, your theme is adding a background image to all li’s that are contained in ul’s anywhere on your page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Grid View Showing bullets (UL) in front of pictures’ is closed to new replies.