Jump to content

How do I change the Header Color


Recommended Posts

Hi,

 

I will like to change the color of my heading without doing any code editing, when I say change color of the header I mean by the little rectangular boxes with Tags, Contact Us, Viewed Products and so on.

 

If it is not possible with out editing the code please can someone in detail describe how can i change the code, such as which folder do I have to open or file I have to click and change.

 

I am using PrestaShop 1.4

 

Thank you very much in advance.

Link to comment
Share on other sites

Thanks, that's better :)

 

You just need to modify the follow CSS rule

 

.block h4 {
   background: none repeat scroll 0 0 #383838;
   color: #FFFFFF;
   font-size: 12px;
   padding: 6px 11px;
   text-shadow: 0 1px 0 #000000;
   text-transform: uppercase;
}

 

Change 'background' to the color you want. You can find this in global.css around line 276.

 

Hope that helps!

 

Marty Shue

  • Like 1
Link to comment
Share on other sites

Is there no way changing the color without editing the CSS,

 

No, you will need to edit the CSS.

 

IF there is not What software do i need and how do i edit the css

 

You can use any text editing software (e.g. Notepad). To edit the CSS just open the file in Notepad; make the changes and save your file. After that you will need to upload the file to your server via FTP for the changes to appear on your site. If you don't know and/or understand what I'm talking about you might want to consider seeking professional help.

 

Hope that helps!

 

Marty Shue

Link to comment
Share on other sites

×
×
  • Create New...