【发布时间】:2014-01-03 14:04:09
【问题描述】:
更新到 Wordpress 3.8 后,我的自定义帖子类型图标不再起作用。
我尝试过更改 css,但如果它以前有效 - 为什么现在不行?
CSS 代码是:
#adminmenu #menu-posts-cpt-stores:hover div.wp-menu-image, #adminmenu #menu-posts-cpt-stores.wp-has-current-submenu div.wp-menu-image {
background: transparent url('http://localhost:8888/dev.com/wp-content/themes/dev/images/icons/cpt-icon-16x16-hover.png') no-repeat scroll 7px 5px;
}
【问题讨论】: