【发布时间】:2020-09-24 16:28:26
【问题描述】:
我想改变这个wordpress网站的悬停菜单颜色http://box5666.temp.domains/~thelebd4/nsocompany/peermont/ 我已经搜索了一种自定义的方法,但没有。我试过这段代码
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
我想把它从蓝色变成红色 但无法正常工作,请帮忙谢谢
【问题讨论】:
标签: wordpress wordpress-theming