Jump to content

plz help, my first prestastore website


Recommended Posts

That is the default text from the Home Text Editor module...

 

Go to the Modules tab in your BackOffice, then find the Home Text Editor module. Click the "Configure" link. You will see the text in the text editor window. Replace it with whatever you link including images, html, etc. Save and reload your page. You may have to clear your cache.

 

Or you can just disable/uninstall the module if you don't want to use it at all.

 

HTH!

Link to comment
Share on other sites

tx a lot.it worked. i really appreciate it. how do i change the color scheme of the template

 

You can do this by editing the global.css file of the theme. In your case that's the default prestashop theme. The location of the file on your hosting account would be public_html/themes/prestashop/css/global.css. In that file you can find whatever you need to change. For example, if you want to change the background color, find this code:

 

body {
background-color: white;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
color: #5d717e;
text-align: center
}

 

and change white with the desired color. You can use Hex values instead of the name of the color, if you want to use a lighter or darker shade of a particular color.

 

Something that's very useful for editing CSS files is the Firebug extension for Mozilla Firefox.

 

Hope this helps.

Link to comment
Share on other sites

×
×
  • Create New...