Jump to content

Theme by Presta Pixel - Fashion Store


Recommended Posts

  • 5 weeks later...

Nice theme.. How can i change the background picture on top of pages.. the one that contain cat walk fashions.. and how to put a background picture on this theme replacing the white background.. thanks for the great work..

Link to comment
Share on other sites

THe background image is a png file. Just change that to your own image.

ok. but i mean is how the way to change the top image and the background image. off course i must change it to my own image. but how to change it? please help me for the step by step..
sorry for my bad english..
Thanks..
Link to comment
Share on other sites

just replace the image file in the theme`s images folder.. Overwrite it with a new file of the same name.

problem solved.. thanks..
so the next question is how can i change the web background colour instead of just white?
Link to comment
Share on other sites

  • 1 month later...

Hi,
The best way to learn it, is to install the Firebug to Firefox. It will shaw you where is “body” background, etc. setting in the CSS file.

In this case, if you want to put some .jpeg on the whole background - change the prestashop\themes\prestashop\css\ global.css line 16. like this:

body {
background-image: transparent url("../img/bg.jpg");
background-repeat: no-repeat;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
color: #5d717e;
text-align:center;
}

Or if you want some image just on the page put something like this:
line 183

#page {
background-color: #FFFFFF;
background-image: url("../img/bg.jpg");
background-repeat: no-repeat;
width: 980px;
margin: 0 auto 2px auto;
text-align:left;
}

Just replace the image file in the theme`s images folder -"bg.jpg"

Luck, Ema

Link to comment
Share on other sites

  • 5 weeks later...
  • 2 weeks later...
This is a very nice theme.Where will I edit the links in the horizontal menu?


Hi you need to edit the header.tpl file and look for this


Home
Featured Products
Best Sellers
Special Offers
My Basket
My Account
FAQs
Contact Us



and just change the links and names to what you want

Regards,
Aaron

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...