Jump to content

Background problem :(


Recommended Posts

I had similar problem, Moderator suggested the following solution in my posting:

/QUOTE:
It’s the following code on lines 858-864 of themes/prestashop/css/global.css that controls those backgrounds:

div.block .block_content {
border-left: 1px #d0d3d8;
border-right: 1px #d0d3d8;
padding: 0 0.7em;
background: #f1f2f4 url('../img/block_bg.jpg') repeat-x bottom left;
min-height: 16px
}

Edit themes/prestashop/img/block_bg.jpg and change #f1f2f4 to match your modified image
/UNQUOTE

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