xomdesign Posted March 31, 2011 Share Posted March 31, 2011 HI!I just installed prestashop but i need some help for configuring some thing.if you access this page : http://www.xomdesign.com/3-accessories-ipodyou gonna see a lot of ??????????????????? in the backgroud, where do i need to go to remove these ??? as i only want a white backgroud.Thanks for helping me!Olivier Link to comment Share on other sites More sharing options...
Irfan Bahalwan Posted March 31, 2011 Share Posted March 31, 2011 There's 2 way to do this.1. You can delete the question mark imagego to images folder, and delete/rename the hline.gif file2. If the image is used by another page, u can modify the css fileOpen 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 solutionHope can help Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now