5o7d13r Posted January 17, 2013 Share Posted January 17, 2013 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 More sharing options...
Carolina Custom Designs Posted January 17, 2013 Share Posted January 17, 2013 Perhaps if you were to provide a URL where we can see what you are talking about you might get some help. Marty Shue Link to comment Share on other sites More sharing options...
5o7d13r Posted January 18, 2013 Author Share Posted January 18, 2013 Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted January 18, 2013 Share Posted January 18, 2013 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 1 Link to comment Share on other sites More sharing options...
5o7d13r Posted January 21, 2013 Author Share Posted January 21, 2013 Is there no way changing the color without editing the CSS, IF there is not What software do i need and how do i edit the css Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted January 21, 2013 Share Posted January 21, 2013 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 More sharing options...
Recommended Posts