What happens with my product page accordion tabs (below the gallery)?
Look!
http://lococostyle.com/producto/intrecciohandmadecroquetbracelet/?preview=true&preview_id=67&preview_nonce=9e07d69f79
RETURN POLICY and DESCRIPTION have content but doesn’t work and I don’t understand why.
I note that if I cancel the “descricion css class” they come back work correctly but the argument does not make sense! I can’t eliminate these class :/
<div style:”padding-top: 55px;”>
<p class=”descripcion”>MATERIAL: black & gray oxidized silver / sterling silver</p>
<p class=”descripcion”>STONES: cultivated pearls</p>
<p class=”descripcion”>SIZE: adjustable chain (16 to 19cm). For smaller wrist (less than 16cm) please contact us.</p>
<p class=”descripcion”>CERTIFICATION: Made in Italy</p>
</div>
.descripcion {
font-family: Roboto !important;
font-weight: 300 !important;
font-size: 16px !important;
line-height: 1 !important;
color: black !important;
}
How to solve this point?