Forums

Changing The Header [NSFW] (4 posts)

  1. garibaldi-gay
    Member
    Posted 3 weeks ago #

    I'm using a theme called 'Green Apples".
    I love it and am slowly figuring out how to change things.
    I need to figure out how to change things in the header.
    I can get there under editor, but can't figure out how to change the height of the header and more important I want to change the picture that came with the theme.
    Thanks,
    Manny

  2. samboll
    moderator
    Posted 3 weeks ago #

    your header background is here
    http://garibaldi-gay.com/wp-content/themes/green-apples/images/green-apples.jpg
    create a substitute image - if you name it the same, you can upload it to same spot and not mess with code
    if you name it something differently, you will need to reflect the change in your theme's header.php and style.css

    look in your theme's style.css to adjust stuff in the header

    #header {
    
    	background: #fff url(images/green-apples.jpg) no-repeat bottom right;
    
    	border-bottom: 1px solid #a8b772;
    
    }
    
    #headerimg a:link, #headerimg a:visited, #headerimg a:active, #headerimg a:hover, #headerimg h1 a:link, #headerimg h1 a:visited, #headerimg h1 a:active, #headerimg h1 a:hover {
    
    	font: 700 40px Verdana,Tahoma,"Lucida Grande",sans-serif;
    
    	color: #a8b772;
    
    	text-decoration: none;
    	background: transparent;
    
    }
    
    .description {
    
    	font: 600 1.5em "Courier New",Courier,serif;
    
    	color: #999 !important;
    
    }

    back up file always

  3. garibaldi-gay
    Member
    Posted 3 weeks ago #

    Still confused.

    I took a photo and loaded into a draft.
    Named it
    green-apples.jpg

    it's sitting here.
    http://garibaldi-gay.com/wp-content/uploads/2009/11/green-apples.jpg.JPG

    now how do I change it?

  4. samboll
    moderator
    Posted 3 weeks ago #

Reply

You must log in to post.

About this Topic

Tags

No tags yet.