Squares in the menu

  • Unknown's avatar

    Hello! I need help to remove the black squares on my blog in the menu. Please help I really hate them and want them gone!

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

  • Unknown's avatar

    Hi there, I took a look at your site and your account and see that you do not currently have the Custom Design upgrade, and that would be required in order to change the background color of the menu on Twenty Ten theme on http://johannaanderssons.wordpress.com/ .

    You can try out and preview custom CSS before you buy as explained here. Here is the CSS to remove the background color and the hover background color on the menu items.

    #access {
        background: none;
    }
    #access ul li.current_page_item > a, #access ul li.current_page_ancestor > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
        color: #000000;
    }
    #access li:hover > a, #access ul ul:hover > a {
        background: none;
        color: #333;
    }
  • The topic ‘Squares in the menu’ is closed to new replies.