mohitsingh538 Posted January 18, 2014 Share Posted January 18, 2014 (edited) Hello, I just installed a new theme in my web-store but I removed the 'customer_reassurance_block module' since it was creating problem with the layout. Finally I was able to install the theme and thereby, everything seemed to be working fine. Then I thought of installing the same module again and I downloaded it but the problem is, the downloaded modules is designed to work with grey background which comes by default but in my theme, the background is in white color. Here is the screenshot of the footer(s) My website's Footer: And the real footer looks like: I'm having the footer background image but I'm not very sure which directory should I edit and add the code to. There are tonnes of directories but I'm not a technical guy who could figure out the folder in minutes. Although I tried my best to find the traces of this footer image in the codes of various files, I failed. So I hope some good soul here can help me out. If you want to download the module to check the directories or for anything, here's the link: http://www.freeprestathemes.com/themes/graphileom-thgr-27v.zip PLEASE HELP ME ASAP. Thank you! Edited January 18, 2014 by mohitsingh538 (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted January 18, 2014 Share Posted January 18, 2014 Good morning Using PS 1.5.5 default theme I am not sure which Theme/PS version you are using but try looking in: public_html/Your Store/modules/blockreinsurance/style.css And change this line: #reinsurance_block {background:url(../blockreinsurance/img/bg_reinsurance_block.gif) repeat-x 0 0 #c3c3cb} To this: #reinsurance_block {background-color: #fff; url(../blockreinsurance/img/bg_reinsurance_block.gif) repeat-x 0 0 #c3c3cb} It should work for you Paul Link to comment Share on other sites More sharing options...
vekia Posted January 19, 2014 Share Posted January 19, 2014 it's because of differencies in color, it's because you installed it after "uninstallation" gram module directory from your theme and then - move it to your /modules/ dir and also to /modules/ dir in your theme Link to comment Share on other sites More sharing options...
Recommended Posts