我需要了解一个css选择器

时间:2017-05-11 20:08:49

标签: css

我需要你的帮助才能理解我想用来隐藏元素的css选择器。 在此网址,您可以看到页面http://www.bachecahotel.com/annunci/all_ads.html

嗯,我很想隐藏“Tutte le offerte”第二个橙色。 做了一些测试我成功使用了这个css:

.juloawrapper.adsmanager-list.adsmanager-list-table div > h3:first-child
  {
    display:none;
}

但是我不明白为什么它不影响其他h3如果他们是div的孩子

由于 弗兰克

0 个答案:

没有答案