Alright I found out the solution… I didn’t have the right class name.
I found it by inspect element function on chrome.
Then added the right CSS in custom CSS
` @media screen and (max-width: 767px) { #footermenu {
color: #000000;
background: #666666;
border-color: #666666;
font-size: 14px;
}
}