I was wondering if someone could help me with my navigation menu. I am using the sandbox theme and I want my submenu in the galley tab to be a smaller font then my parent menu. Also I seem to have a small smiley face on the top of "behind our scenes" on my main navigation menu and just below the header. How do I remove this, and what is it?
The css code for my navigation menu thus far is as follows:
#access div {
background:none;
}
#access {
position:relative;
left:50%;
float:left;
}
#access ul.menu {
width:100%;
}
#access ul.menu li {
position:relative;
right:50%;
}
#access ul.menu ul li {
float:none;
right:0;
}
#access .menu a {
font-size:14px;
font-style:normal;
font-weight:bold;
}
The blog I need help with is awelcomeguest.wordpress.com.