html - What's the easiest way to target a specific block level element -
here's have:
<div class="one-third"> <div class="heading clearfix"> <i class="icon icon-folder-open-alt h3"></i><h3> hello world! </h3> </div>
i need style text hello world! inside h3 element, without styling "i" element
i don't want style every h3 need h3.
ps: it's shortcode generated wordpress theme.
Comments
Post a Comment