Title: Header text to image &#8211; Code Help
Last modified: August 20, 2016

---

# Header text to image – Code Help

 *  [cjam](https://wordpress.org/support/users/cjam/)
 * (@cjam)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/header-text-to-image-code-help/)
 * Hi, I know this is a common issue and I have searched through the forum. However,
   on this theme I’m not sure where exactly the code goes in the stylesheet or header
   file.
 * The rotating images are using the Piecemaker Slider and under the options, you
   can put in a logo URL which I did, but still nothing. Any help is greatly appreciated.
 * Website: [http://courtesyadmin.com/index](http://courtesyadmin.com/index)
 * Stylesheet:
 *     ```
       /*=== Layout ===*/
       #page { width:940px; margin:0 auto; background:#fff; padding:0 20px; }
       #page img.maain { margin:0; padding:0; }
       /*=== Header ===*/
       #header { margin:0 auto; padding:0; }
       .header_bg_border { background:url(images/menu_bg.gif) top repeat-x; height:4px; margin:0 auto; padding:0; clear:both;}
       /*- Logo -*/
       .logo { float:left; margin:0; padding:20px 0 10px 10px; text-align:center; }
       .logo h1 { float:left; font-size:60px; font-weight:normal; text-transform:uppercase; padding:0; margin:0; }
       .logo h1 a { display:block; color:#F00;}
       .logo h1 a:hover { text-decoration:none; color:#000; }
       .logo h1 span { display:block; color:#bcbbbb; text-transform:uppercase; font-weight:normal; font-size:14px; padding:0; margin:0;}
       /*=== Navigation ===*/
       ```
   
 * Header:
 *     ```
       <body>
       <div id="page">
       <div id="header">
         <div class="logo">
           <h1><a href="<?php echo get_option('home'); ?>/" title="<?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>">
             <?php bloginfo('name'); ?>
             <span>
             <?php bloginfo('description'); ?>
             </span> </a></h1>
         </div>
         <!--/logo -->
         <div class="topnav">
           <ul class="menusm">
             <?php wp_list_pages('title_li='); ?>
           </ul>
         </div>
         <!--/topnav -->
       ```
   

Viewing 1 replies (of 1 total)

 *  Thread Starter [cjam](https://wordpress.org/support/users/cjam/)
 * (@cjam)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/header-text-to-image-code-help/#post-2238562)
 * Anyone out there able to help? Please.

Viewing 1 replies (of 1 total)

The topic ‘Header text to image – Code Help’ is closed to new replies.

 * 1 reply
 * 1 participant
 * Last reply from: [cjam](https://wordpress.org/support/users/cjam/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/header-text-to-image-code-help/#post-2238562)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
