Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #745400

    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

    #745427
    #746974

    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

    #746981

    sorry. it’s on this page:
    http://www.626bardolino.com/menu-laterale/

    #748457

    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

    #748489

    ok, another 2 questions:
    – how i can center the menu title?
    – how i can have border between my menu’s pages?

    thanks

    #749331

    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

    #749401

    i need the menu title “i nostri corsi” in center

    #749506

    Hi,

    use this code for it:

    h3.widgettitle {
    text-align: center;
    }

    Best regards,
    Andy

    #749515

    thanks

    #749615

    Hi,

    Let us know if it’s all good, so we can close the thread :)

    Best regards,
    Nikko

    #749628

    ok

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘custom menu widget into sidebar’ is closed to new replies.