Hi,
I’m trying to customize this specific fiels (which referes to the text to acceptance of legal notice)… but I’m not very familiar with CSS. I would like to change size of fonts… I have introduced following css code in my theme child but when I change font-size… the only thing that changes is the size of the check-box square… not the font-size of the text next to it (which is what I want to change, indeed). I imagine that now the text is inheritating the theme fonts…
#consentimiento-comunicacion-comercial {
font-size: 15px;
font-weight: 200;
color: #ffb60d;
border: 1px solid #f00
}
The css I want to apply is for this message at the bottom of the form:
Doy mi consentimiento a Redaccom para que me informe de las últimas noticias y contenidos relevantes, así como de las novedades y/o promociones de sus servicios.
Any idea of how to re-write the CSS code properly?
Thanks
Thanks @nikschavan for yor response. Very appreciated.