Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #303170

    Hi

    On my shop page the bullets on the LI listing (heading) is hidden but not on the cart page. Could you help me how to solve this?

    When I look at the code at the cart page there are no <ul> to start the <li>

    Running the latest version of Enfold 2.9.1, WP 3.9.2 and Woo 2.1.12 and using WooSidebars 1.3.1 to add a special sidebar to the cart page.

    All the best
    .m

    • This topic was modified 9 years, 8 months ago by Jahrl. Reason: Added versions of wp/plugins
    #303190

    Hi Magnus!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    li.widget_product_categories {
    list-style: none!important;
    }

    Regards,
    Yigit

    #303249

    Thnx!

    I have a child theme so I put the code in that CSS (and added some more like li.widget_recently_viewed_products)

    all the best& thnx for a quick replay

    #303254

    Hey!

    Great! Let us know if you have any other questions or issues. Have a great day!

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide bullet on LI in sidebar’ is closed to new replies.