2017-03-17 67 views

回答

0

使用此CSS來隱藏圖標社會

## for facebook 
.w-socials-item.facebook { 
    dispaly: none; 
} 

## for twitter 
.w-socials-item.twitter { 
    dispaly: none; 
} 

## for google 
.w-socials-item.google { 
    dispaly: none; 
} 

## for linkedin 
.w-socials-item.linkedin { 
    dispaly: none; 
} 

## for hide all social icon 
.w-socials-item { 
    dispaly: none; 
} 
你已經在使用WP超級緩存插件

,你需要清除緩存。

相關問題