Viewing 2 replies - 1 through 2 (of 2 total)
  • Branko

    (@brankoconjic)

    Hey @thefish76,

    You could use and adjust this CSS:

    .sinatra-nav .sub-menu {
      background: #333;
    }
    
     .sinatra-nav .sub-menu {
      color: #FFF;
    }
    
    .sinatra-nav .sub-menu li  a:hover,
    .sinatra-nav .sub-menu li.current-menu-item > a {
      color: #F60 !important;
      background: #232323;
    }

    The CSS can be added into the Additional CSS field in Appearance » Customize.

    Thread Starter thefish76

    (@thefish76)

    Great – thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Submenu background colour and text colour’ is closed to new replies.