Jump to content

Hello! A Newbie looking for advice and help!


Recommended Posts

Hi all!

 

I am a novice in building an online shop especially with Prestashop.

 

I have installed and setup my prestashop... havealaugh.co.uk

 

I am starting to adapt the default template, i am quite happy with the general structure i just need to change the colours etc.

 

I need to know how to change the colours of the following:

 

Module headers - changing them from black background to a red colour

Footer background

Footer images and text

 

I'll leave it with that for now and i will update you on my progress your help is appreciated...

 

Chris

Link to comment
Share on other sites

Hi

 

Yuu will need to modify the css files for that. It is not possible just with settng sin prestashop back office

 

Have a look at global.css in the themes folder

Link to comment
Share on other sites

I see you alredy changed the models headers, very good

 

In order to see in what css file and on what line a certain page element has it's design created you can use the firebug for firefox or in google chrome right click->inspect element

 

for footer: themes/default/css/global.css

change this line:

#footer {

color:#fff;

background:#333

}

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...