Jump to content

Image de fond ne doit pas s'afficher sur les produits et sous-cat


Recommended Posts

Salut,

 

Voici le code que j'utilise pour mettre une image en fond mais qui s'affiche dans toutes les pages :

 

global.css ligne 5270

 

#columns {
  position: relative;
  padding-bottom: 50px;
  padding-top: 15px;
  background-image: url(../img/fond.jpg) ;
  background-repeat: no-repeat ; }
 
Pour mettre l'image uniquement sur la page d'accueil, j'ai essayé ça :
global.css ligne 5266
 
#index {
  background-image: url(../img/fond.jpg) ;
  background-repeat: no-repeat ; }
 
Mais cela ne fonctionne pas
 
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...