WordPress修改鼠标样式

教程

自定义css样式

/** 鼠标样式-start**/
/** 普通指针样式**/
body{cursor: url(https://www.bunian.cn/wp-content/uploads/Comix_White_Pointer.cur), default;}
/** 链接指针样式**/
a:hover{cursor:url(https://www.bunian.cn/wp-content/uploads/Comix_White_Link.cur), pointer;}
/** 鼠标样式-end**/
© 版权声明
THE END