kneecoleful
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Deleting the right php to get rid of meta box in postshttp://www.scatterscapes.com okkkkk doesn’t like my site haha
Forum: Fixing WordPress
In reply to: Deleting the right php to get rid of meta box in postsForum: Fixing WordPress
In reply to: Making post box transparent using css?For reference I have this in the post body now,
<style=”css/style”>
div#post {
filter: alpha(opacity=40);
-moz-opacity:.40;
opacity:.40;
}
</div>
</style>Forum: Fixing WordPress
In reply to: Making post box transparent using css?aww man big old foul up. Its http://www.scatterscapes.com and I’ll copy my post so its not all just a link.
Basically, I want the main post there saying welcome and all of that, to be transparent, so that the picture shows through, and makes it so you can still see the text with opacity.
I was curious if this might be a css in the general post fix, or if something deeper was required or if it is even possible! I’m a bit new and am making this site for my girlfriend, so I’m really going from the ground up learning with all this!
I really appreciate any help anybody can offer!
Reply