Jump to content

CHANGING BACKGROUD COLOR


Recommended Posts

There's 2 way to do this.
1. You can delete the question mark image

go to images folder, and delete/rename the hline.gif file


2. If the image is used by another page, u can modify the css file

Open the css file (themes/prestashop-035/css/global.css)

In the line 1515, delete or comment this code

    background:url(../images/hline.gif) bottom left repeat-x;



In the line 683, change this line

#productsSortForm{ width:100%; overflow:hidden; background:url(../images/hline.gif) top left repeat-x; margin:13px 0 0 0;}


Into

#productsSortForm{ width:100%; overflow:hidden; margin:13px 0 0 0;}




I prefer to do the #2 solution
Hope can help :)

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