{"id":12620,"date":"2022-09-13T12:18:53","date_gmt":"2022-09-13T16:18:53","guid":{"rendered":"http:\/\/local.brightwhiz\/?post_type=snippets&p=12620"},"modified":"2022-09-13T12:18:56","modified_gmt":"2022-09-13T16:18:56","slug":"remove-bullets-from-list-in-css-code","status":"publish","type":"snippets","link":"http:\/\/local.brightwhiz\/snippets\/remove-bullets-from-list-in-css-code\/","title":{"rendered":"Remove Bullets From List in CSS Code"},"content":{"rendered":"\n
Remove bullets from list in CSS example code snippet.<\/p>\n\n\n\n
ul {\n list-style-type: none;\n margin: 0;\n padding: 0;\n}\n\/* The padding and margin are used to remove the default indentation *\/<\/code><\/pre>\n\n\n\nRemove bullets from list CSS using list-style.<\/p>\n\n\n\n
ul {\n list-style: none;\n}<\/code><\/pre>\n","protected":false},"comment_status":"open","ping_status":"closed","template":"","meta":[],"categories":[953,23,27,15,16],"tags":[170,189,433,471,635,638],"yoast_head":"\nRemove Bullets From List in CSS Code [Snippet]<\/title>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n