Eno 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
- 1Log in to the administrator area in your WordPress site.
- 2Mouse over the "Appearance" tab in the left sidebar, and click on the "Editor" option from the pop-out menu.
- 3Use the drop-down menu in the right sidebar to select the Eno theme.
- 4Click on the "Style.css" option in the right sidebar.
- 5Locate the following selector in the page of code:#headerLook 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.
- 6Type:#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.
- 7Click the blue "Save Changes" button at the bottom of the page to save your changes to the header ul color in the Eno theme.
- 1