一、如何修改网页普通鼠标样式
在wordpress所应用主题的额外CSS中添加下列代码
a:hover{
cursor:url('http://175.178.240.130/wp-content/uploads/2023/01/Link-e1674649520476.png'), pointer;
}
二、如何修改网页鼠标悬浮在超链接上的鼠标样式
在wordpress所应用主题的额外CSS中添加下列代码
body{
cursor:url('http://175.178.240.130/wp-content/uploads/2023/01/Alternate-Select-e1674649551675.png'),auto;
padding:0px;margin:0px;
}
三、资源链接
普通鼠标样式:http://175.178.240.130/wp-content/uploads/2023/01/Link-e1674649520476.png
悬浮超链接样式:http://175.178.240.130/wp-content/uploads/2023/01/Alternate-Select-e1674649551675.png