• Hello all,

    I am trying to add a picture behind my logo, call to action and menu in the header section of my website. Here is the link to my site: https://www.orange-restoration.com. I would like the picture to sit directly about the orange menu without changing the layout of the logo, call to action and silver colored menu. I was wondering if there is anyway to do this without screwing up the layout of the header. Let me know if you need to see my CSS file. Thanks for the help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    I could not locate your theme “RBF” i the WP free theme repository.
    You may want to contact the theme’s developer.

    Thread Starter zhoward89

    (@zhoward89)

    RBF is actually a child theme for Twenty Ten.

    Moderator t-p

    (@t-p)

    try adding to your child theme’s header.php:
    <div class="logo"><a href="<?php echo home_url(); ?>/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo.png" title="Home" alt="<?php bloginfo('name'); ?>" height="128" width="128" /></a></div>

    Change height and width to your liking

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help adding header picture’ is closed to new replies.