我在WordPress中安装了第三方主题。我的页面中有div
标记,写着“All for Joomla All for Webmasters”,当我点击它时,它会重定向到http://all4share.net。
已经搜索了该字符串的所有CSS和PHP代码,但无法找到它从我的页面中删除。
答案 0 :(得分:-1)
在你的style.css中写下这个:
a[href=http://joomlalock.com], a[href=http://all4share.net] { display:none }