0

我在 Weebly 上创建页面时遇到了问题。所以当我像这样修改我的'ul'标签时:

#top-home-wrap #main #content ul {
color: yellow;
list-style-image: url('fa-check.png') !important;
}

它不起作用,因为它使用了一些默认主题样式。如何解决这个问题?

4

1 回答 1

0

我认为您的默认样式适用于liinstead ul。所以试试这个:

#top-home-wrap #main #content ul li{
   color: yellow;
   list-style-image: url('fa-check.png') !important;
}
于 2015-09-08T06:23:16.110 回答