Jump to content

Text is gone


Recommended Posts

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

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

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
 
 
Paul
Link to comment
Share on other sites

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

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