• I’m reading the documentation and it shows sub menus (sub items) are allowed in a menu. Mine are coming up with a totally different font and with a black background. I was able to change the color of the sub menu font and hover font, but I can’t find where to change the font and background color. Please advise? Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author themevedanta

    (@themevedanta)

    Hi,

    Yes, You can change the menu background color with custom CSS.
    Please add below custom CSS in your theme Customize
    Appearance -> Customize -> Additional CSS

    Currently, we give white color, and you have to give custom color you want to it.

    .sub-menu {
    	background: #fff;
    }
    .sub-menu li > a:hover, .sub-menu li > a:focus, .sub-menu li.submenu-open > a {
    	background: transparent;
    }

    You can change the menu font with below custom CSS.

    .inner-nav li a {
    	font-family: Montserrat;
    }

    You can change the sub menu font color in theme options.
    Appearance -> Customize -> Styling -> Menu -> Menu Hover Font Color

    Thank you

    Thread Starter penwallace

    (@penwallace)

    This worked beautifully. Thank you!

    Theme Author themevedanta

    (@themevedanta)

    Hi,

    We are happy to help, and We are always ready for your help. If you have like our theme, please give a five-star review. It will be a big help to us from you.

    Happy Developing.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sub Item / Sub Menu’ is closed to new replies.