2013-08-03 79 views
0

我安裝的WordPress插件商鋪特定UL內,我已經告訴木珠我應隱藏跨度隱藏標題隱藏沒有ID的跨度

這是代碼

<ul class="eshop rand"><li class="eshop-product-127"><a class="itemref" href="http://localhost/sab/to-40-gr-mix/"><img ilo-full-src="http://localhost/sab/wp-content/uploads/2013/07/DSC_4171-150x150.jpg" src="http://localhost/sab/wp-content/uploads/2013/07/DSC_4171-150x150.jpg" class="attachment-150x150 wp-post-image" alt="DSC_4171" height="150" width="150"></a><a href="http://localhost/sab/to-40-gr-mix/"><span>to 40 GR MIX</span></a> 

我要隱藏與類(商鋪蘭特),其UL

記得我不能分配一個id,跨度內的跨度

謝謝

回答

0

你可以使用這個CSS類

.eshop.rand span 
{ 
    display: none; 
} 

.eshop-product-127 span 
{ 
    display: none; 
}