Title: Using theme, need help modifing layout.
Last modified: August 19, 2016

---

# Using theme, need help modifing layout.

 *  Resolved [wc5b](https://wordpress.org/support/users/wc5b/)
 * (@wc5b)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/using-theme-need-help-modifing-layout/)
 * Using the Arclite theme. We like it a lot better because it has drop down menus,
   and is a more efficient theme then the one we had before. I do need some small
   help with a couple things however. (It is at mscginc.org)
 * 1. Need to move my logo into the logo area to the left of the hyperlink name 
   and tag line with an appropriate height and width. Maybe 110 or so? Not sure 
   where exactly in the header to put it, and not a clue on how.
 * 2. Although the theme does have drop down menus, when you scroll over them, writing
   seems to vanish. I am guessing they change to white when scrolled over its white
   background. Where can I make this color change?
 * Thanks in advance.
    Tom

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [wc5b](https://wordpress.org/support/users/wc5b/)
 * (@wc5b)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/using-theme-need-help-modifing-layout/#post-1411399)
 * add 3. Images added to the header as a logo only appear on top pages or main 
   page, but not additional pages. Other pages bring up only the hyper link text.
   Can this be fixed?
 *  Thread Starter [wc5b](https://wordpress.org/support/users/wc5b/)
 * (@wc5b)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/using-theme-need-help-modifing-layout/#post-1411400)
 * 1. Resolved.
 * Still need help on 2 and 3.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/using-theme-need-help-modifing-layout/#post-1411417)
 * 2.
    this in style.css defines the hover color:
 *     ```
       ul#nav ul a:hover, ul#nav ul a:hover span,
       ul#nav a.active ul a:hover span,
       ul#nav li.current_page_item ul a:hover span,
       ul#nav li.current_page_ancestor ul a:hover span,
       ul#nav ul li.current_page_parent a:hover span,
       ul#nav ul li.current_page_item a:hover span,
       ul#nav ul li.current_page_parent li.current_page_item a:hover span{
         color:#fff;
       }
       ```
   
 * change the #fff to a color code of your liking (for instance #777).
 * 3.
    `<img class="alignleft" src="wp-content/themes/arclite/images/mscglogo.jpg"
   alt="MSCG Logo" width="120" border="2" height="120">`
 * try and add a forward slash / before wp-content:
 * `<img class="alignleft" src="/wp-content/themes/arclite/images/mscglogo.jpg" 
   alt="MSCG Logo" width="120" border="2" height="120">`
 *  Thread Starter [wc5b](https://wordpress.org/support/users/wc5b/)
 * (@wc5b)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/using-theme-need-help-modifing-layout/#post-1411505)
 * THANK YOU THANK YOU THANK YOU
 * This is the most helpful community I have ever been involved with. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Using theme, need help modifing layout.’ is closed to new replies.

 * 4 replies
 * 2 participants
 * Last reply from: [wc5b](https://wordpress.org/support/users/wc5b/)
 * Last activity: [16 years, 2 months ago](https://wordpress.org/support/topic/using-theme-need-help-modifing-layout/#post-1411505)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
