Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   How to create a transparent background and OPAQUE TEXT for post body? (http://forum.bytesforall.com/showthread.php?t=2894)

bailey nelson Aug 10, 2009 10:38 AM

How to create a transparent background and OPAQUE TEXT for post body?
 
Hi there, i am very new to wordpress and everything in webdesign- could someone please explain how to create a transparent box around the post but keep the text opaque at the same time so that it is readable? In simple language please! thanks so much!
-Bailey

Flynn Aug 11, 2009 04:12 AM

Add a CSS Insert

div.post {
opacity: .4;
-moz-opacity: .4;
filter: alpha(opacity=40);
}


All times are GMT -6. The time now is 10:05 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.