snaushads
Member
Posted 7 months ago #
Thanks for an awesome theme,
1. How can i get Transparent background by editing the theme CSS (i beleive).
What i wish to acheive is
1. Add Custom Post Background using this plugin
2. Allow http://wordpress.org/extend/plugins/wp-supersized to be used on certain pages.
Initially i was using Hybrid framework as its transparent (bg image can be viewed directly) but dropped it due to closed support.
Please assist
Note: Im just a beginner with PHP HTML and CSS.
http://wordpress.org/extend/themes/yoko/
Bourdlay
Member
Posted 7 months ago #
I use GIMP 2 to tranparent the background, however I can"t figure out how to upload it to wordpress with the transparent background. Gimp 2 offers different files and every photo currently on my site is a PNG. I change the photo to a PNG from a JPG and it still won't grab the transparent back ground. Thiers my help another question sorry.
Sjourney
Member
Posted 4 months ago #
#body {
background-color: transparent;
}
maxlow
Member
Posted 2 months ago #
To make the Page background transparent I used this... currently looking for a fix to stop all images on the site from also becoming transparent :) ... a fix appreciated :)
http://www.johannamusic.com/wp/
#page {
max-width: 1102px;
margin: 12px auto;
padding:0 30px 30px;
background-color:#fff;
zoom: 1; /* gives the object layout */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
-moz-opacity: 0.90;
-khtml-opacity: 0.90;
opacity: 0.90;
z-index: 0;
}