Códigos CSS
Código para centralizar o texto no widgets:
#secondary .widget h3 {
text-align: center;
}
Código para mudar a cor do botão widgets:
#secondary .widget h3
{
background:#E0E0F8!important;
color:#fff !important;
border-color:#0404B4;
-webkit-transition: background 0.5s ease-in-out;
transition: background 0.5s ease-in-out;
}
Código para mudar a cor do texto Widgets.
#secondary .widget h3{
color:#08088A!important;
}
Clique no botão para escolher os códigos das cores:
Clique no botão para escolher o EMOJI
