Jump to content

[SOLVED] Changing Background Color and Image


Recommended Posts

Hi

 

You will find this in the global.css file inside your theme folder. It will be under the #body section. Use a tool like firebug to edit in real time before making any changes to the file itself.

 

Read this post : http://www.prestashop.com/forums/topic/225206-solved-how-to-add-a-background-image-ps-1531/

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

Hi,

 

 thanks for your reply. I changed the global.css from themes folder as below

 

body{
font:normal 11px/14px Arial, Verdana, sans-serif;
color:#222;
 
after making changes I added the image "background.jpg" Now I checked the site though its unchanged.
 
Any guess what's wrong?
Link to comment
Share on other sites

 

Hi,

 

 thanks for your reply. I changed the global.css from themes folder as below

 

body{
font:normal 11px/14px Arial, Verdana, sans-serif;
color:#222;
 
after making changes I added the image "background.jpg" Now I checked the site though its unchanged.
 
Any guess what's wrong?

 

 

your urls is wrong.

you need to paste url to image but based on your domain, not on fatcow url domain.

something like: http://yourdomain.com / themes / default / img / background.jpg

Link to comment
Share on other sites

×
×
  • Create New...