Jump to content

Recommended Posts

Bon au final,

  1. j'ai décoché Activer le module pour shop xxxxx dans le module Themeconfigurator.
  2. modifié le fichier global.css à la ligne 5261 
    .columns-container {
      /*background: white; */
      background:url(../img/monimage.jpg);
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;  }
    

    et la ligne 236

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

    ligne 5277 :

header {
  z-index: 1;
  position: relative;
  background: black; /* Pour moi c'est la couleur que j'avais besoin */
  padding-bottom: 15px; }
  • Like 1
Link to comment
Share on other sites

Salut je suis Novice et tous nouveau sur Prestashop, et j'utilise la version 1.6 et je voudrais changer le fond de mon theme en full black quelqu'un pourrait il m'aider, j'ai accès a global.css mais après je suis perdu et je ne voudrais pas faire n'importe quoi 

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...