Hi,
I would like to change the background color (and probably font color as well) of the unfolding menu that is show on small screens when clicking on the hamburger menu on the top right corner. As you can see on the screenshot the black background does not look great compared to the rest of the website. Could you help me to locate the right place in CSS files please ?
Thanks a lot for your help ! Best regards Patrick
Hi Patrick,
You can override with this custom css code:
@media (max-width: 991px){ .t3-mainnav .t3-navbar-collapse { background: #aba5a5 !important; } }
and change to your desired color.