• Resolved Mrgem79

    (@mrgem79)


    Hi all just wondeting how to change the primary menu font. As I have a black background and a geyish font color. Woukd like to change font to white. Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • #nav-main .sf-menu a {
    	color: white;
    }

    and also you have dropdown menu you shound change it’s color with:

    #nav-main .sf-menu .sf-dropdown-menu a {
    	color:white;
    }

    Thread Starter Mrgem79

    (@mrgem79)

    Thanks thats awesome just one more question, how do i change the background color of the dropdown menu to black? and is there a way of making the dropdown menu full width?

    Thread Starter Mrgem79

    (@mrgem79)

    and also how do i get main menu to hover white

    thanks

    Thread Starter Mrgem79

    (@mrgem79)

    ok worked out dropdown menu, but cant hover white on main menu and the menu font color is still black on mobile site any ideas?

    thanks

    to change the color menu font on mobile:

    .kad-mobile-nav a {
    	color: white !important;
    }

    and for hover on main menu:

    #nav-main .sf-menu a:hover {
    	color: red !important;
    }

    and i don’t know about full-width menu.

    Hey,
    The free theme doesn’t have a fullwidth dropdown option.

    You can make the dropdown background black and text white with this css:

    #nav-main .sf-menu ul {
    background: #000;
    }
    #nav-main ul.sf-menu ul li a {
    color: #fff;
    }

    Kadence Themes

    Hi,
    I want to change the color menu font on mobile to. So I used that css
    .kad-mobile-nav a {
    color: white !important;
    }
    But now the menu text still in black but the under menu like contact, about.. are in white.
    Do you have another css code for that.
    Thank you in advance for your answer.
    Best,
    Aari

    Aari, Theme options > menu settings. “Mobile Menu Options” You can set the color there.

    Kadence Themes

    Thank you,
    Aari

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘how to change primary menu font color’ is closed to new replies.