wordpress添加滑稽鼠标指针


Warning: Illegal string offset 'top' in /www/wwwroot/wordpress/wp-content/themes/Kratos/single.php on line 40

逛博客看到别人的鼠标指针很特别,就百度了一下,也添加上了

是不是很搞笑,这指针

使用方法,外观-自定义-额外CSS,添加以下代码即可

[cc lang=”lang_name”]
/** 鼠标样式 开始**/
/** 普通指针样式**/
body {
cursor: url(https://www.446699.xyz/wp-content/uploads/2019/04/普通.png), default;
}
/** 链接指针样式**/
a:hover{cursor:url(https://www.446699.xyz/wp-content/uploads/2019/04/链接.png), pointer;}
/** 鼠标样式 结束**/[/cc]


Warning: Illegal string offset 'footer' in /www/wwwroot/wordpress/wp-content/themes/Kratos/single.php on line 44
点赞

发表回复

您的电子邮箱地址不会被公开。