Jump to content

Recommended Posts

Hi,

 

The solution of Vekia is a good one, it will make the changes on the order page. But as your background is dark, you have same problem on other pages, where there is text in <p> (paragraphs), for example on the 404 page.

 

So you could try to add in file:

themes/yourtheme/css/global.css,

around line 99:

color: #FFFFFF;

 

so it becomes:

p {
    color: #FFFFFF;
    padding-bottom: 20px;
    position: relative;
}
 
This will change the color of most texts between <p> and </p> to white.
 
Hope it can help you.
Link to comment
Share on other sites

×
×
  • Create New...