Home About Affies Afiliame Tutorials
23.11.13

Tutorial: Como quitar pie de página

Hola, traigo un tutorial de como quitar el pie de página de Blogger para los blogs que lo tienen, por cierto, es este: 


Se ve muy feo :c 


  • Primero vamos a Plantilla
  • Editar HTML 
Presiona Ctrl+F o Ctrl+G y busca /* Footer y aparecerá un texto como este:
.footer-outer {
  color:$(footer.text.color);
  background: $(footer.background);

  -moz-border-radius: $(footer.border.radius.top) $(footer.border.radius.top) $(footer.border.radius.bottom) $(footer.border.radius.bottom);
  -webkit-border-top-left-radius: $(footer.border.radius.top);
  -webkit-border-top-right-radius: $(footer.border.radius.top);
  -webkit-border-bottom-left-radius: $(footer.border.radius.bottom);
  -webkit-border-bottom-right-radius: $(footer.border.radius.bottom);
  -goog-ms-border-radius: $(footer.border.radius.top) $(footer.border.radius.top) $(footer.border.radius.bottom) $(footer.border.radius.bottom);
  border-radius: $(footer.border.radius.top) $(footer.border.radius.top) $(footer.border.radius.bottom) $(footer.border.radius.bottom);
  • Después elimina todos los $, quedando similar a esto: 

  color:(footer.text.color);
  background: (footer.background);

  -moz-border-radius: (footer.border.radius.top) (footer.border.radius.top) (footer.border.radius.bottom) (footer.border.radius.bottom);
  -webkit-border-top-left-radius: (footer.border.radius.top);
  -webkit-border-top-right-radius: (footer.border.radius.top);
  -webkit-border-bottom-left-radius: (footer.border.radius.bottom);
  -webkit-border-bottom-right-radius: (footer.border.radius.bottom);
  -goog-ms-border-radius: (footer.border.radius.top) (footer.border.radius.top) (footer.border.radius.bottom) (footer.border.radius.bottom);
  border-radius: (footer.border.radius.top) (footer.border.radius.top) (footer.border.radius.bottom) (footer.border.radius.bottom);

  -moz-box-shadow: 0 (region.shadow.offset) (region.shadow.spread) rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 (region.shadow.offset) (region.shadow.spread) rgba(0, 0, 0, .15);
  -goog-ms-box-shadow: 0 (region.shadow.offset) (region.shadow.spread) rgba(0, 0, 0, .15);
  box-shadow: 0 (region.shadow.offset) (region.shadow.spread) rgba(0, 0, 0, .15);
}

Espero que les sirva, esto es todo y recuerda dar créditos si lo usas ^-^
Tutorial 100% de Grimmy 

3 comentarios:

  1. Mola! Lo apliqué en mis otros blogs (Dandote créditos) :3

    ResponderBorrar
  2. guaaa gracias!!! creo que lo usaré ^^
    saluditos!!! >w<

    ResponderBorrar
  3. Waaaa gracias por el tuto ^^ es bastante interesante, creo que sacaré el pie de página, ami tampoco me gusta xD
    Saludos! :3

    ResponderBorrar

Escribe tu comentario pequeño friki :3
Recuerda que me haces muy feliz si no haces:
·Spam
·Insultos
·Anónimos ofensivos
·etc.
·Y por favor escribe algo que se pueda entender