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