• The main menu that is adjacent to the site logo is way to transparent… anyone know how to change that

Viewing 1 replies (of 1 total)
  • Hi @ellic052,

    If you’re using the latest versipon of WordPress, please try adding the css below to the customizer.

    If the css doesn’t help, please keep it in the customizer so that we can troubleshoot it further. Thanks ??

    #site-navigation ul li a,
    #site-navigation ul li ul.sub-menu,
    #site-navigation ul li ul.children {
        background: rgba(221, 221, 221, 0.9);
    }
    
    #site-navigation ul li:hover a {
        background: rgba(221, 221, 221, 1);
    }
Viewing 1 replies (of 1 total)
  • The topic ‘main menu frosting color’ is closed to new replies.