Jump to content

Recommended Posts

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:

 

footer.png

 

And the real footer looks like:

 

 

footer1.png

 

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 by mohitsingh538 (see edit history)
Link to comment
Share on other sites

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

×
×
  • Create New...