I'm trying to add bullets back into lists within the Pricing Items box and I can't seem to find what CSS is needed to change it. 
I've tried:
- .pricing-box .plan-inside ul li{
- list-style-type: circle;
- }
But it does not work. I can't seem to find it anywhere in Inspect Element...
                
Comments
did you used ul, li properly in the code? Please send us url to page where you did it and we`ll see why it does not work.
.pricing-box ul{ margin: 0 0 15px 30px; font-size: 15px; line-height: 21px; }.pricing-box ul li { list-style: disc outside;}
.pricing-box ul li { margin-bottom: 10px; }
.pricing-box ul li ul { margin-top: 10px; margin-bottom: 0; }