I am totally new at this, so maybe I am missing something. But, I found the code with “inspect element”. So I grabbed what I needed, changed the color, and put them in the custom CSS panel. But, it wont override it. These are three things I am trying to override with…
button.menu-toggle {
background-color: #b12029;
color: #262626;
border-color: #262626 !important;
}
.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a, .smm-mega-menu {
background-color: #fff;
}
.menu-item-has-children .sub-menu, .main-navigation ul li.smm-active ul.sub-menu .smm-mega-menu {
border-top-color: #b12029;
}