Unbold custom menu widget Twenty Eleven

  • Unknown's avatar

    I’m wondering if I can customize the custom menu widget sidebar menu display in Twenty Eleven css. I’d like to know how to:
    – unbold the menu text
    – change menu text color
    – make the custom menu title be an image that can be clicked on (right now I’m using an un-titled image widget with hyperlink above an untitled custom menu sidebar widget but I want to do different sidebars on different pages so this would be a lot of untitled widgets and hard to work with)

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    Regarding the first two (the unbolding and menu color), this CSS should work:

    .widget_nav_menu a {
    	font-weight: normal;
    	color: #;
    }

    Just input the correct hex code after “color”.

    As for using an image as the custom menu title, that’s going to be a bit difficult. Currently, there isn’t a way to do that within the custom menu widget. The main way would be to use multiple widgets as you are now. Alternatively, you could create the menu manually in a text widget inserting hyperlinks into an unordered list. Then, you could insert an image above the menu manually. This would require quite a bit of extra work however.

  • The topic ‘Unbold custom menu widget Twenty Eleven’ is closed to new replies.