从WooCommerece主侧边栏中删除Bullet点

时间:2016-01-20 05:39:57

标签: php css wordpress wordpress-plugin

我正在尝试从Wordpress上的Woo Commerece Categories小部件中删除Bullet Points,它位于主侧边栏上。

enter image description here

请帮忙吗?

2 个答案:

答案 0 :(得分:0)

您只需在样式文件中添加此css

即可
[Flags]
public enum Products
{
  Pepsi = 0x1,
  Coca = 0x2,
  Miranda = 0x4,
  Dew = 0x8,
  Wine = 0x0A 
} 

答案 1 :(得分:0)

您可以在css中进行编辑

.widget_product_categories ul li :: before {list-style:none;}

相关问题