为客户创建Wordpress驱动的网站 - http://www.2sleeptight.com
在主流浏览器中看起来不错,除了IE中存在一些严重问题。导航不会水平显示,网站标题颜色错误。有2个样式表,style.css(主样式表)和custom.css(我对style.css进行了编辑)
Wordpress主题甚至将标题颜色样式直接注入页面标题:
#header .site-title a {font:bold 60px/1em 'Rancho', arial, sans-serif;color:#ffc600;}
但是IE仍然会在某处找到那种灰色。
答案 0 :(得分:0)
只需将其添加到CSS文件的底部即可。
.site-title a {color:#FFC600!important;}