I have managed to style the menu using this code:
.menu ul {
list-style:none;
}
.menu li {
list-style:none;
}
.menu-item a {
color:#333333;
font-size:14px;
font-family:Arial, Helvetica, “Nimbus Sans L”, sans-serif;
background: #e7e7e7;
padding: 3px 3px 3px 3px;
line-height: 20px;
}
.menu-item a:hover {
color:#FF9900;
text-decoration: none;
font-size:14px;
font-family:Arial, Helvetica, “Nimbus Sans L”, sans-serif;
background: #e7e7e7;
padding: 3px 3px 3px 3px;
line-height: 20px;
}
Do’s anyone know how to add image links to the header?
Thanks Sarah.