如何从博客中的 label/category 列表中删除圆点?
How to remove dot points from label/category list in blogger?
我尝试删除博客页脚标签列表中的圆点,但没有成功。我尝试在 css 中添加 .sect-left {list-style:none}
。我该怎么做才能让它发挥作用?
Link 到博客是:http://www.christianevidence.net
我认为你需要使用 "list-style-type: none;" 而不是 "list-style: none;"
您的代码将是
.sect-left{list-style-type: none;}
我尝试删除博客页脚标签列表中的圆点,但没有成功。我尝试在 css 中添加 .sect-left {list-style:none}
。我该怎么做才能让它发挥作用?
Link 到博客是:http://www.christianevidence.net
我认为你需要使用 "list-style-type: none;" 而不是 "list-style: none;" 您的代码将是
.sect-left{list-style-type: none;}