• Resolved vinoeverything

    (@vinoeverything)


    Hi,
    I’m trying to insert a logo into the header of Revolution Code Red. The template is great and I really like the colors and the setup. I would just like to insert an image in the header next to my Website Name and Description without changing the colors. Any suggestions? Thank you very much.
    Mike

Viewing 3 replies - 1 through 3 (of 3 total)
  • There are currently more than 850 themes in the WordPress Themes directory. Most people aren’t intimately familiar with every one of them, so a link to your site would help…

    Thread Starter vinoeverything

    (@vinoeverything)

    My site isn’t up yet but here is the code in the red css stylesheet for the background of the header (first line).

    body {
    background: #911C1E url(red/images/bg.gif) repeat-x;
    color: #202020;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    margin: 0px auto 0px;
    padding: 0px;
    }

    bg.gif is no actually an image but a reddish color that fills under the website name and slogan on the header. When you insert an image in the line above color: #202020 the image is displayed to the far left at the top of the screen and the color of the background changes. I’m trying to get the image more centered with the website name and also maintain the same redish color. Thank you very much.
    Mike

    Thread Starter vinoeverything

    (@vinoeverything)

    I figured it out. You have to insert an image in style.css (red.css) in the headerleft section as below:

    .headerleft {
    background: url(red/images/MyImage.gif) top left no-repeat;
    width: 470px;
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 80px;
    overflow: hidden;
    }

    Thanks for responding.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Revolution Code Red Inserting Logo in Header’ is closed to new replies.