Menu

  • Hi!

    I want to ask if it’s possible to
    a) change the colours of the menu and sub-menus (I changed the colours in customization but that didn’t affect this)
    b) have the sub-menus appear within the page (right now they disappear right out of the page if the words are too long when you hover over the items)

    Thank you!

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

  • Hi there – thanks for the message.

    You can change the menu colours with some custom css:

    .masthead .menu li ul.sub-menu {
      background: #000;
    }
    .masthead .menu li ul.sub-menu li {
      border-bottom-color: #fff;
    }
    .masthead .menu li ul.sub-menu::before {
      border-bottom-color: #000;
    }

    There’s info on custom css here: https://wordpress.com/support/custom-css/
    You can pick your colours here: https://prothemedesign.com/tools/color-picker/

    Unfortunately there’s no way (that I can think of) to stop the menus from moving off of the page. This is an unfortunate side effect of having the menu right aligned.

    If you have any ideas for how you would like to solve this then I can let you know if they are possible or not.

    Thanks – Ben

  • Thank you so much, Ben!

  • The topic ‘Menu’ is closed to new replies.