hi, i created a custom menu. i added this menu in a widget. i set the widget into my left sidebar.
i must change:
– font size;
– border;
– color;
– background;
– color on hover
how i can do that?
thanks
this is the link:
http://www.626bardolino.com/dirigenti-e-preposti/
Hi,
where is your widget menu? I can’t see it on the link you’ve provided. Please always provide us a precise link and some screenshots highlighting what you’re talking about (imgur.com, dropbox).
Best regards,
Andy
sorry. it’s on this page:
http://www.626bardolino.com/menu-laterale/
Hi,
use this code:
#top .widget_nav_menu li {
font-size: 10px;
}
#top .widget_nav_menu li a {
color: red;
background-color: blue;
}
#top .widget_nav_menu li a:hover {
color: green;
}
and adjust as needed.
Best regards,
Andy
ok, another 2 questions:
– how i can center the menu title?
– how i can have border between my menu’s pages?
thanks
Hi,
as far as I can see it your widget menu is already centered. For a border use this code inside Quick CSS field:
#top .widget_nav_menu li a {
border-bottom: 1px solid white;
}
Best regards,
Andy
i need the menu title “i nostri corsi” in center
Hi,
use this code for it:
h3.widgettitle {
text-align: center;
}
Best regards,
Andy
thanks
Hi,
Let us know if it’s all good, so we can close the thread :)
Best regards,
Nikko