Mobile menu colors

Permalink
Good Morning would anyone be able to help me please, i am trying to change the colour of the dropdown menu text on the mobile version of our new website (desktop site is fine), but so far i have been unsuccessful. would anyone know where i can find the setting or find the code relating to this. i have attached an image to show the issue

1 Attachment

 
studio4graphics replied on at Permalink Reply 1 Attachment
Hello,

You can use inspect mode in your browser to see what element you should change.

Place in your css file the following:
@media (max-width: 767px) { 
.primary-nav .navbar {
    background: #16005b!important;
}
}
Darylfron replied on at Permalink Reply
Thank you Studio4Graphics, i have had a look and i can't find where i need to add this (i am a real novice) but thanks for your suggestion