Adding bullets back in Pricing Items
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.