Jump to content

[RISOLTO] Immagine di sfondo in home page Prestashop 1.6.1.23


Francesco

Recommended Posts

 

body{
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
    line-height:1.42857;
    color:#777777;
    background:url('../img/bggradient.jpg');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:cover
}


#header {
  z-index: 5003; 
  background:url('../img/bggradient.jpg');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-size:cover
  }
/*
.columns-container {
  background: #fff; }
*/
.columns-container{
    background:url('../img/bggradient.jpg');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:cover
}

 

 

saluto

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 years later...

io devo fare in modo che non si ripeta l'immagine di sfondo sulla parte alta della home , spiego, dove viene inserito il logo "quella fascia" e dove è inserito il menù a tendina delle lingue "quella fascia", se metto l'immagine sulla fascia del logo si ripete su quella delle lingue ho provato a inserire;

background-repeat:no-repeat;

ma niente continua a ripetersi

qualche soluzione Grazie

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...