Hi,
I'd like to know if there is any easy way to have a menu on top. I'd like to have one on top widget area.
I've tried using a top widget but I don't know how to style it.
Can anyone have a good solution?
Thanks in advance.
Paco
.box #menu-top-menu > li {
border: 0;
float: left;
margin: 0 5px 0 0;
padding: 0;
-webkit-transition: background .25s ease-out;
-moz-transition: background .25s ease-out;
-o-transition: background .25s ease-out;
transition: background .25s ease-out;
}
.box #menu-top-menu > li > a {
font-size: 14px;
font-weight: 400;
padding: 0 10px;
}
.box #menu-top-menu > li:hover,
.box #menu-top-menu > li.current_page_item,
.box #menu-top-menu > li.current-menu-item,
.box #menu-top-menu > li.current-menu-paren,
.box #menu-top-menu > li.current-menu-ancestor > a {
color: #fff!important;
background-color: #ff304e;
border-radius: 0;
}
.box #menu-top-menu > li:hover > a,
.box #menu-top-menu > li.current_page_item > a,
.box #menu-top-menu > li.current-menu-item > a,
.box #menu-top-menu > li.current-menu-paren > a,
.box #menu-top-menu > li.current-menu-ancestor > a { color: #fff; border-radius: 0; }