apply the following CSS:
.site {
background-color: rgba(255, 255, 255, 0.8);
}
Pay attention to the numbers in bold. The first three numbers are the RGB color for white (in other words, all three colors, Red, Green, and Blue, are set to maximum, which equals white).
The last number is the opacity, with 0 being fully transparent, and 1 being fully opaque. You can adjust the 0.8 up or down until you find a level that lets you show the background image through while still being legible.
.
forums.wordpress.com
No comments:
Post a Comment