css3 - first-child:first-letter not working in wordpress -
the url http://crispylogs.com/writing-high-quality-posts-to-increase-traffic-top-20-tips/
i trying add effect, magazine's "drop-cap," it's not working me, , don't know why.
the following css code have used:
.single .entry p:first-child:first-letter { float: left; color: #903; font-size: 47px; line-height: 40px; padding-top: 0px; padding-right: 8px; padding-left: 3px; font-family: georgia; }
your p tag not first child. problem
try first-of-type
Comments
Post a Comment