Remove bullet icon on store page

  • Rosy

    #8926

    Hello, I did a search but found nothing about bullets or lists.

    My test site / page where problem occurs: http://www.splitsole.ca/store/

    The graphene theme is adding bullets to a list created by my marketpress plugin so there are 2 bullets in from of each item – see blue bullet and green arrow next to it in this screen capture: http://www.splitsole.ca/wp-content/uploads/2014/03/bullets.jpg

    Please advise if there is css I could use to remove just the graphene bullets from this or other pages.

    thanks, Rosy

    Mod

    Kenneth John Odle

    #42411

    Try

    .mp_store_navigation li, #mp_popular_products li, #mp_category_list li, .product_category li {
    list-style: none outside none !important;
    }

    in custom css.

    Rosy

    #42412

    thanks that worked really well!

    Mod

    Kenneth John Odle

    #42413

    Marking thread as resolved. You can do this yourself as well.

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.