Jump to content


Daretoprepare's Content

There have been 1 items by Daretoprepare (Search limited from 22-May 23)


By content type

See this member's

Sort by                Order  

#411 background change in prestashop 1.6

Posted by Daretoprepare on 27 May 2014 - 03:28 PM in PrestaShop theme development & modifications

I am trying to use the same background that I used with 1.5 version. Still cannot figure out the format in 1.6 version. The image, "AFlag.jpg" is located in public_html/themes/default-bootstrap/img

 

Here is the code that I am trying to use:

 

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  color: #777777;
  background-color: body, #page, header, .columns-container {
background: #FFF url('../img/AFlag.jpg')!important;
}}

 

I know something is not right with how I have typed the code. I am wanting the image to stay fixed on all pages so that the middle menu will scroll up/down while the image stays put. Thanks for any help in advance!