html body div #descricao, html body div #descricao p, html body div #descricao span, html body div #descricao b, html body div #descricao a, html body div #descricao h1, html body div #descricao h2, html body div #descricao h3, html body div #descricao h4, html body div #descricao h5 {
font-family: ‘Lato’, sans-serif !important;
font-size: 16px !important;
text-align: justify !important;
}
Na vdd ele alterou sim, porém só não alterou a cor do texto:
html body div #descricao, html body div #descricao p, html body div #descricao span, html body div #descricao b, html body div #descricao a, html body div #descricao h1, html body div #descricao h2, html body div #descricao h3, html body div #descricao h4, html body div #descricao h5 {
font-family: ‘Lato’, sans-serif !important;
font-size: 16px !important;
text-align: justify !important;
color: rgb(119, 119, 119) !important;
}
#descricao strong {
1. color: gray !important;
}
Isso é por causa da estrutura HTML da descrição que está com padding/margin nos parágrafos, no caso se for tentar tirar padding/margin com código geral pode ser que bug outras descrições