Dan1 Posted January 23, 2010 Share Posted January 23, 2010 Hi all,I changed the background color of Prestashop by editing in themes (my theme) the global.css file line 17:16 body {17 background-color: #2C6D9F;I don't know if this is the right way to do it but it ended up looking how I wanted; the background is blue, see where the red arrows are pointing at:http://i152.photobucket.com/albums/s170/da4095/BlueBackground1.jpgHowever now the background of the editor boxes is also blue which makes it very difficult to see/edit the text inside, see next pic.http://i152.photobucket.com/albums/s170/da4095/BlueBackground2.jpg Is there a way to change the editor box background color to a different color? Did I do all this wrong in the first place?Thanks in advance. Link to comment Share on other sites More sharing options...
Dan1 Posted January 24, 2010 Author Share Posted January 24, 2010 Help please. Link to comment Share on other sites More sharing options...
Guest Posted January 24, 2010 Share Posted January 24, 2010 there will not be any problem Link to comment Share on other sites More sharing options...
Dan1 Posted January 24, 2010 Author Share Posted January 24, 2010 The problem is that I can't see what I type in the text editor. Also during the checkout process if the buyer clicks on "read" terms and conditions, the popup box also has the blue background and it's impossible to read the text. Link to comment Share on other sites More sharing options...
21846657 Posted January 25, 2010 Share Posted January 25, 2010 In the editor window, click the html button to popup the html source editing window, then just mark up your content with a built-in style div tag, like: your content goes here Link to comment Share on other sites More sharing options...
Dan1 Posted January 25, 2010 Author Share Posted January 25, 2010 Thanks. I can do that every time I want to edit text. But what about the popup box with the blue background? Link to comment Share on other sites More sharing options...
21846657 Posted January 26, 2010 Share Posted January 26, 2010 Just test the popup box. It supposed to have the same background. Link to comment Share on other sites More sharing options...
bene58 Posted January 31, 2010 Share Posted January 31, 2010 themes/prestashop/css/global.cssthe end of the file Insertbody.mceContentBody {background: #fff !important;background-image: none;width:100%;height:100%;} Link to comment Share on other sites More sharing options...
Dan1 Posted March 17, 2010 Author Share Posted March 17, 2010 bene, your suggestion didn't change anything. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now