I have a WordPress theme that, when it runs, generates the following code:
<div class="wpb_wrapper">
<article class="icon-box11">
<i class="fa-shield" style=" font-size:3em; color:#00ced1;"></i>
<h4>ANOS DE GARANTIA</h4>
<p>Todos os produtos instalados possuem 5 anos de garantia contra defeitos de fabricação.<br></p>
</article>
</div>
Based on the icon-box11
class, how do you create a CSS code that changes the elements h4
and p
?
Hugs.