- Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236
chuckglenn
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220I’ve read through all of the posts relating to transparent backgrounds and haven’t found the answer yet. I’m getting closer I think, but…
I can’t determine if the answer is CSS or changing the code of each post background to transparent, in either case I’m having a hard time locating the post box’s that need to be modified. i’ve read that using RGBa would be good for this, but how and where do I locate the post background to add the RGBa… and… how to add the RGBa to make the post background transparent.
I have already applied this code (below) in the theme options Custom CSS and it works great for the main background, but the posts still have a white box I want to make transparent also. Any ideas, tutorial?? thanks for any help.
#wrapper,
#featured {
-moz-border-radius: 0;
-webkit-border-radius: 0;
background-color: transparent;
border: none;
border-radius: 0;AdvertismentDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236chuckglenn
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220If anyone is looking for this same solution, I just found the super EASY way to do it.
Go to Theme Options, Design, enter none in the content background color type in box. I spent two days searching about how to do this, and it was so easy.
You must be logged in to reply to this topic.