New Topic

Reply To: Newbie

Home › Forum › Help › Newbie › Reply To: Newbie

#816

StartupWP
Keymaster

1. Use:

Site Title Spacing:

#branding {
  margin-bottom: 30px;
}

Menu Background Gradient:

nav {
  background: linear-gradient(#009DD5 0%, #009DD5 50%, #33D0FF 100%) repeat scroll 0 0 transparent;
}

Remove Menu Item Borders:

nav ul li a {
  border-right: 0 none;
}

Dropdown Menu Hover Background Color:

nav ul li:hover ul li a:hover, nav ul ul li:hover ul li a:hover, nav ul ul ul li:hover ul li a:hover {
  background: #000 !important;
}

2. You’ll need to edit “Contact Us” under Pages and then change the template to “Sidebar Left”:

http://en.support.wordpress.com/pages/page-attributes/

You’ll then need to create a menu under Appearance > Menus.

Finally, under Appearance > Widgets you can drag the “Menu Widget” to the main sidebar area and assign it the menu you’ve just created.

3. Under Appearance > Widgets you can add widgets to the footer area.