vinoeverything
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adding Logo to the Code Blue Revolution ThemeMoshu – thank you for the tip. It helped me with my logo also.
Forum: Fixing WordPress
In reply to: Inserting Logo into Revolution Code Red HeaderI figured it out by adjusting code. Thanks.
Forum: Themes and Templates
In reply to: Revolution Code Red Inserting Logo in HeaderI 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.
Forum: Themes and Templates
In reply to: Revolution Code Red Inserting Logo in HeaderMy 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.
MikeForum: Fixing WordPress
In reply to: Inserting Logo into Revolution Code Red HeaderHi – thanks for responding. My folders got mixed up and the image was actually in the wrong folder. And the URL just needed the Red/ put on the front.
Now I’m trying to figure out how to put the Logo to the left of the Site Name and Slogan and maybe moving everything more toward the center. I’ve figured out how to move the Site Name in but not the slogan. And then I’d just have to insert the logo to the left. Any suggestions?Thank you very much.
Mike