Quita el fondo en las opciones del theme y usa este código para aplicarlo solo a esa pagina:
.page-id-215 .main_color {
background: #ffffff url(https://diegoestrada.es/diego-test/wp-content/uploads/2014/03/IMAGEN-2.jpg) top center no-repeat fixed; };
}
Saludos,
Josue
Lo siento Josue..pero no funciona.
Un saludo
Hola,
Prueba con esto:
.page-id-215 {
background: #ffffff url(https://diegoestrada.es/diego-test/wp-content/uploads/2014/03/IMAGEN-2.jpg) top center no-repeat fixed; };
}
Saludos,
Josue
Hola Josue….
Mira como queda….http://diegoestrada.es/diego-test/prueba2/
Prueba con este código:
.page-id-215 #wrap_all:after {
content: "";
position: absolute;
top:0;
width: 100%;
height: 100%;
background: #ffffff url(https://diegoestrada.es/diego-test/wp-content/uploads/2014/03/IMAGEN-2.jpg) top center no-repeat fixed;
}
.page-id-215 .content{
min-height: 500px;
}
No funciona porque las comillas no se pasaron correctamente, esto normalmente pasa cuando lo copias directamente desde el correo, asegúrate que esa parte este bien escrita (“”) en el Quick CSS – http://screencast.com/t/xKQowC7kZ8
Quedo bien, un gusto poder ayudado :)