Forum Replies Created

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter babussell2

    (@babussell2)

    I have found the file.. but I have no clue what to do in order to insert the picture..The code that I see after and before the opening and closing php tags is as follows….

    get_header(); ?>
    
    	<div class="container container_12">
    
    		<?php get_sidebar(); ?>
    
    		<!-- BEGIN CONTENT  -->
    		<div class="content alignleft">
    
    			<?php if( !get_option('vz_options_home_slider_disabled') ) vz_home_slider(); // Loading v1 slider
    
    			if(have_posts()) : the_post();
    				echo '<div class="grid_8">';
    					the_content();
    				echo '</div>';
    			endif;
    
    			// Showing featured news
    			if( !get_option('vz_options_home_featuredarticles_disabled') ) vz_home_featured();
    
    			dynamic_sidebar('Home-feeds');
    
    			// Showing home news block
    			if( !get_option('vz_options_home_newsblock_disabled') ) vz_home_news();
    
    			// Showing home events block
    			if( !get_option('vz_options_home_eventsblock_disabled') ) vz_home_events();
    
    			// Showing new sidebar
    			dynamic_sidebar('Home-bottom');
    
    			?>
    
    		</div>
    		<!-- END CONTENT  -->
    
    	</div>
    Thread Starter babussell2

    (@babussell2)

    Nevermind, someone figured it out for me in another forum. Thank you!

    Thread Starter babussell2

    (@babussell2)

    Thank you! It worked!

    Thread Starter babussell2

    (@babussell2)

    Thank you guys! It worked this time thanks to the last suggestion. I had to get rid of the background image. However, I want to make the content area white ONLY. Is there a way to make the content area white, and keep the background the way it was at first?

    Thread Starter babussell2

    (@babussell2)

    I’m not sure if this will help, however, the body for the entire website has a specified color and image to it. Is that possibly the reason why none of the suggestions are working perhaps?

    The code for the entire body is

    body {
    background: #f3f3f3 url(images/bg_img.png);
    }

    Thread Starter babussell2

    (@babussell2)

    I go to appearance, editor, and place the code in the style.css file in the wordpress panel.

    Thread Starter babussell2

    (@babussell2)

    Thank you. However, I have tried this many times and nothing happens. Whenever I use the code

    body{
    background:#FFF;

    }

    Nothing happens either. Its very strange. I’m not sure what the previous designer has done or if he may have formatted it oddly.

    I put a class of “white” on the containing div for this particular webpage, and made the background color white. And it works, but it doesn’t make the edges white. I’m using a custom child theme the previous developer created.

Viewing 7 replies - 16 through 22 (of 22 total)