Product categories widget not indenting subcategories
-
I’m having some trouble with the product categories widget on my new site not displaying bullets or indent for subcategories. I’m new to php, but I can generally see what sort of stuff is going on.
Looking in the product categories widget’s php file, I see the UL and LI tags are all left blank, which if I’m not mistaken are supposed to default to round bullets. I tried forcing them using
<ul style=”list-style-type:disc”>
with no effect.
Next, I tried looking in the style sheet and I noticed that it says
ul, ol {margin:0; padding:0; list-style-type:none;}
ul {list-style-type:none;}
ol {list-style-type:decimal;}I tried changing those styles likewise to disc, but with no change.
I don’t know where else to look or what else to try changing and I could really use some help here.Site: https://mezzolith.com
Thanks!
- The topic ‘Product categories widget not indenting subcategories’ is closed to new replies.