segunda-feira, 16 de março de 2015

COMO PERSONALIZAR O RODAPÉ DO BLOG



Vá no html de seu blog, aperte ctrl+f, quando abrir a caixia de pesquisa
coloque: .footer-inner {


Deve estar assim:

 .footer-inner {
  background: transparent $(footer.background.gradient) repeat scroll top center;
}



1° Onde tem background - apague: transparent $(footer.background.gradient), coloque
a cor que quiser ou deixa em branco.
2° se quiser colocar uma imagem- background: url(link da imagem) repeat scroll top center;


. repeat scroll top center: se vc quiser que a imagem se repita.
. no-repeat: a imagem não se repete.

-Ficando assim:

footer-inner {
  background:#0000 repeat scroll top center;
}

ou

footer-inner {
  background:url(link da imagem) repeat scroll top center;
}

ou

footer-inner {
  background:url(link da imagem)no- repeat;
}

Gostou? Se vc tiver alguma dúvida pergunte
Postagem mais recente Postagem mais antiga Página inicial

2 comentários:

  1. boa noite eu nao achei este
    .footer-inner {
    background: transparent $(footer.background.gradient) repeat scroll top center;
    }
    no meu blog.
    o que faco?

    ResponderExcluir
  2. como deixar a configuração da data e hora de postagem assim igual ao seu.

    ResponderExcluir

Related Posts Plugin for WordPress, Blogger...