zblog的主题集成了特效鼠标效果的箭头,我不喜欢这些花里胡哨的东西,怎么把这鼠标特效还原成普通的呢。
由于是主题是购买的,自己修改的话怕更新后有影响,然后问了开发者给我让在后台自己用自定义css的代码
代码如下:
body, html {
cursor: default!important;
}
.page_auto .menu-item p,.wb-switch,.sider-footer,.comment_submit_button,a, div[data-type=button], span[data-type=button] {
cursor: pointer !important;
}
input, textarea {
cursor: text!important;
}在自定义css里面修改,或者有的主题叫高级玩法的css自定义里面
把代码加上就还原原来的鼠标箭头了。还是很方便实用,记录下。
编辑:艺创网络
本文链接:http://www.yc-idc.net/yichuangwangluo/BaZBLOGWangZhan.shtml 转载请注明出处,谢谢!