我基本上是想通过在我的wordpress主题中添加自定义CSS来更改<a>
标记内的<h1>
标记的颜色。
以下呈现HTML
<div class='container'>
<header>
<div class='site-logo-blog'>
<span class='pull-left'><a href='http://x.com/blog/' title='x' rel='home'><img src='http://x.com/logo.png' alt='The X Blog'></a></span>
</div>
<h1 class='ph-title-blog'><a href="http://x.com/blog">The X Blog</a><span class='small ph-tagline'></span></h1>
<div class="clear-both"></div>
</header>
</div>
我将以下内容添加为自定义CSS。但是锚链颜色没有变化。
h1 .ph-title-blog a:link {
color: #6826B2 !important;
}
我做错了什么?
答案 0 :(得分:0)
您需要删除- (void)downloadFileURL:(NSString *)aUrl savePath:(NSString *)aSavePath fileName:(NSString *)aFileName tag:(NSInteger)aTag;
和h1
之间的空格。更新到以下内容。
.ph-title-blog