Including a background strip on the menus

Hi, I was able to fix the problem but I was wondering how I can put the black rectangle buttons on the “wholesale” and “by the yard” back. It was removed when I entered this code to fix the background strip on the menu:

.header__inline-menu{background-color: black; width: 100%; text-align: center;}
@media screen and (min-width: 990px){
.header {padding: 0 !important;}
.header{max-width: 100%;}
}