How to change twenty ten footer cooler

  • Unknown's avatar

    i have several websites i created in wordpress and just removed the blog style from them and they work

    how can i change the simple black footer color in the theme twenty ten, i want to change from simple black to another color

    this is the footer.php from the editor menu

    <?php
    /**
     * The template for displaying the footer.
     *
     * Contains the closing of the id=main div and all content
     * after.  Calls sidebar-footer.php for bottom widgets.
     *
     * @package WordPress
     * @subpackage Twenty_Ten
     * @since Twenty Ten 1.0
     */
    ?>
    	</div><!-- #main -->
    
    	<div id="footer" role="contentinfo">
    		<div id="colophon">
    
    <?php
    	/* A sidebar in the footer? Yep. You can can customize
    	 * your footer with four columns of widgets.
    	 */
    	get_sidebar( 'footer' );
    ?>
    
    <div align=right><img src=http://comunabuntesti.ro/imagini/siglatext.png>&nbsp&nbsp&nbsp
    </div>
    
    <div align=center>Copyright © 2011 Primăria Drăgești. Toate drepturile rezervate.</div>
    
    		</div><!-- #colophon -->
    	</div><!-- #footer -->
    
    </div><!-- #wrapper -->
    
    <?php
    	/* Always have wp_footer() just before the closing </body>
    	 * tag of your theme, or you will break many plugins, which
    	 * generally use this hook to reference JavaScript files.
    	 */
    
    	wp_footer();
    ?>
    </body>
    </html>
  • Unknown's avatar

    You did not specify a blog address or reason for posting when you created this topic.

    This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.

    If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.

    If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.

    This is an automated message.

  • The topic ‘How to change twenty ten footer cooler’ is closed to new replies.