Viewing 9 posts - 31 through 39 (of 39 total)
  • Author
    Posts
  • #326056

    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

    #326425

    Lo siento Josue..pero no funciona.
    Un saludo

    #326780

    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

    #327054

    Hola Josue….
    Mira como queda….http://diegoestrada.es/diego-test/prueba2/

    #327374

    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;
    }
    #327487
    This reply has been marked as private.
    #327520

    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

    #327549
    This reply has been marked as private.
    #327550

    Quedo bien, un gusto poder ayudado :)

Viewing 9 posts - 31 through 39 (of 39 total)
  • The topic ‘Only Home Page with background different’ is closed to new replies.