Apr 17, 2012

How Do You Change the Color of the Header UL on Eno?

,

Change the color of the header ul by adjusting the style.css file in your Eno theme.
How Do You Change the Color of the Header UL on Eno? thumbnailEno is a free theme for the WordPress website content management system. Once you have installed the Eno theme on your WordPress site, you may want to customize certain design features, such as the header ul feature. This can be done in the style.css file of the Eno theme. The color property for the header ul selector defines the color of any unordered list that you place in the header area. It can be changed by adding the #header ul selector in the style.css file and then adding the color declaration after it.

Instructions

    • 1
      Log in to the administrator area in your WordPress site.
    • 2
      Mouse over the "Appearance" tab in the left sidebar, and click on the "Editor" option from the pop-out menu.
    • 3
      Use the drop-down menu in the right sidebar to select the Eno theme.
    • 4
      Click on the "Style.css" option in the right sidebar.
    • 5
      Locate the following selector in the page of code:
      #header
      Look for the next right curly bracket:
      }
      that appears after the #header selector. Click to move your mouse directly after the bracket and press the "Enter" key on your keyboard twice to create some space.
    • 6
      Type:
      #header ul {color: #000000;}
      Replace the "000000" with the hexadecimal code of the color you would like to change the unordered lists in the header area to.
    • 7
      Click the blue "Save Changes" button at the bottom of the page to save your changes to the header ul color in the Eno theme.
 

HowToYo Copyright © 2011 | Template design by O Pregador | Powered by Blogger Templates