Jump to content

[SOLVED] Theme Issue after updating module "themeconfigurator"


Recommended Posts

Prestashop 1.6

Theme 9.css

 

 

So after updating module themeconfigurator my footer background reverted to original.

 

in /modules/themeconfigurator/css

 

theme9.css

 

I've changed line 186 to

 

.footer-container #footer #social_block {
  background: none;
  padding-bottom: 15px;
}

.footer-container {
  background: url(../img/cfbgv3.png) repeat 50% 0;
}
@media (min-width: 768px) {
  .footer-container {
    background: url(../img/footer-bg.png) repeat-x;
  }
}

 

 

from

 

.footer-container #footer #social_block {
  background: none;
  padding-bottom: 15px;
}

.footer-container {
  background: #3f3f3f;
}
@media (min-width: 768px) {
  .footer-container {
    background: url(../img/footer-bg.png) repeat-x;
  }
}

 

 

I want only the highlighted red section below to change to my tiled image... It was all ok before i updated this module errr!!!

 

Thanks for the help

post-622038-0-13182200-1396994402_thumb.png

Edited by vekia (see edit history)
Link to comment
Share on other sites

hello ravell

thank you for posting solution for this weirdy problem

i can go ahead and mark also topic title as [solved]

 

here are instructions, if you will want to do the same in the future:

 

 

[sOLVED] Topic
If, after posting a topic, you find a solution to your problem, please indicate it in your post and describe the solution.
Furthermore if you are the author of the topic for which a solution has been found, please edit your topic title to mark it as [sOLVED].

To mark a topic as [solved] :
- Edit the first post of your topic by clicking on the "Edit" button,
- Click on the "Use full editor" button,
- Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button.

it's not necessary but it's a good practice here

based on prestashop forum rules

Link to comment
Share on other sites

×
×
  • Create New...