我有一个Wordpress网站,我需要对其进行一些更改。但是我的改变需要很长时间才能改变。
我想在标题中的某些社交项目中选择display: none;
,但这些更改不会产生任何影响。我该怎么办?
答案 0 :(得分: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 Super Cache插件,你需要清除Cache。