babussell2
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Switching Slideshow for right-aligned ImageI 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>
Forum: Fixing WordPress
In reply to: WordPress Individual Page ColorNevermind, someone figured it out for me in another forum. Thank you!
Forum: Fixing WordPress
In reply to: Keeping content area white, and background greyThank you! It worked!
Forum: Fixing WordPress
In reply to: WordPress Individual Page ColorThank 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?
Forum: Fixing WordPress
In reply to: WordPress Individual Page ColorI’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);
}Forum: Fixing WordPress
In reply to: WordPress Individual Page ColorI go to appearance, editor, and place the code in the style.css file in the wordpress panel.
Forum: Fixing WordPress
In reply to: WordPress Individual Page ColorThank 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.