Alterar Cor Rodapé – Tema Warehouse

1 – Acesse o arquivo style.css do seu tema

2 – Adicione o código abaixo na ultima linha do arquivo

Script

/* INICIO CODIGO - ALTERAÇÃO COR RODAPÉ */
.footer {
  background: #0E1B4D!important;
  color: white!important;
}

.footer__title {
  color: white!important;
}
/* FIM CODIGO - ALTERAÇÃO COR RODAPÉ */
Esse tutorial foi util?