mrmeek Posted April 10, 2015 Share Posted April 10, 2015 Hi, When I installed a background on my website yesterday I found out today that every single texts in product description is white. When i press Ctrl+A to mark everything, its there, but it's all white. I log into BO and editing a product, its black. Black in BO and white in FO. I run 1.6 with custom theme. Link to comment Share on other sites More sharing options...
keukli Posted April 10, 2015 Share Posted April 10, 2015 Hi, could you give give your website url to watch css rules ? Link to comment Share on other sites More sharing options...
mrmeek Posted April 10, 2015 Author Share Posted April 10, 2015 On 4/10/2015 at 8:55 AM, keukli said: Hi, could you give give your website url to watch css rules ? Yes, it is www.northshop.no . Link to comment Share on other sites More sharing options...
keukli Posted April 10, 2015 Share Posted April 10, 2015 I've seen "color = transparent;" this is your problem. (global.css on line 9072). if you can edit css files you should change this by another color but maybe there is an options somewhere in admin of your theme. When you are editing a product, css rules from files are not applied for the preview that is why you see it normal in backoffice. maybe you can also specify a color in the wysiwyg. hope it will help you. Link to comment Share on other sites More sharing options...
Paulito Posted April 10, 2015 Share Posted April 10, 2015 Hello You can add a bit of color in product.css around line 429 #page .rte { padding: 0 20px 20px; word-wrap: break-word; } #page .rte p { margin-bottom: 1em; min-height: 1px; color:#000000; } (Add this line) Or just add: #page .rte p {color:#000000;} anywhere in global.css http://screencast.com/t/slFSf0pa Paul Link to comment Share on other sites More sharing options...
mrmeek Posted April 10, 2015 Author Share Posted April 10, 2015 Thank you very much guys! Without you I would be stuck! I fixed it, I used this: body { min-width: 320px; line-height: 18px; font-size: 13px; color: #777777; min-height: 100%; background: #none url(../img/html-bg.jpg) left top repeat-x; 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