Jump to content


Photo

Changing background in themes will not work


  • Please log in to reply
1 reply to this topic

#1 Hoginblack

Hoginblack

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 23 April 2015 - 12:20 PM

Hello all.
I tried to post in another area and it did not work. So here it goes.

Yesterday I tried to change my bootstrap background to an image. I found a YouTube video that listed the steps that you have suggested here. I downloaded FileZilla and notepad++ just as the person on the video had used I even went as far as naming the image I was trying to use image 51 so the code would be exactly how he wrote it. However I noticed when I typed the code into notepad my code did not take on the came colorings as the code the YouTube persons did, and then my changes were not made.
I think I missed a small stupid step but it's a huge detail that is inabling me from making these changes. I saw someone here say they needed to disable theme configured or something? Is that my whole issue?
Please help
Thanks
Alex
Www.hoginblack.com

looking for the best presta addons with outstanding support? check this: PrestaShop Modules

#2 Guest_Knowband Plugins_*

Guest_Knowband Plugins_*
  • Guests

Posted 28 July 2016 - 02:33 PM

You can change the background of your store to any image by simply editing global.css for your theme and adding the following code in it.
 
header.header { background: ANY_IMAGE_PATH }
div.columns-container { background: ANY_IMAGE_PATH }