Hi Mar1965,
I made some changes back to normal but here is what I have now :
/* =Global
----------------------------------------------- */
body, input, textarea {
color: #000000;
font: 15px "Droid Sans", sans-serif;
font-weight: 300;
line-height: 1.625;
}
body {
color: #fff;
}
#page {
color: #fff;
}
AND this
/* =Structure
----------------------------------------------- */
#body {
padding: 0 2em;
}
#page {
margin: 2em auto;
max-width: 1000px;
}
I now have another problem too, I can't set the font of my site-generator back to black. Here is what I have in the footer.php :
<div id="site-generator">
Welch Fishmongers
<center><img src="http://welchfishmongers.co.uk/wp-content/uploads/2012/09/Logo-Clear-48.png" alt="Footer_MCK" width="48" height="48">
</div>
and in my style.css :
/* Site Generator Line */
#site-generator {
text-align: center;
}
#site-generator a {
}
Do you have any idea why the font appears white whilst the hoover is black ?
Thanks a lot for your help.
Bene