I wish to:
- Make bold text black
- Make bold links the color #FFAA3B
The below code turns bold text black but links are also black. Can someone please point out what I'm doing wrong?
.entry-content a { color: #FFAA3B !important; } .entry-content strong { color: black; } .entry-content strong > a { color: #FFAA3B !important; }
<div class="entry-content"> <strong> this is bold </strong> <a> this is a link </a> </div>
没有评论:
发表评论