Is it possible to change the colour of the background and text/mouseover text of the mobile navigation other colours?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: @media only screen and (max-width: 768px){ .mobile_nav{ background:red!important; } .mobile_nav:hover{ background:blue!important; } }