Problem with menu on mobile version

Hello,
Thank you for this amazing theme but I have one little problem! On the mobile version of my site, the menu turns to a drop down. The drop down background is white and the font is also white which leads to some of the text not being shown.

I previously tried changing the font color of the menu to a green color but the effect did not show on the mobile version only on the desktop version.

My blog is myfashionmusings.com

What can i do please?

Hi @subomi,

I hope you are well today and thank you for your question.

You can try resolving this issue by changing background color to black adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.navbar-default .navbar-collapse {
    background: #000;
    top: 50px;
    border-color: #000;
}

Best Regards,
Movin

Thank you for your reply but when I put this code in the custom css, nothing changed.

The mobile drop down background still shows as white!

Thank you again!

I visited your site and saw that it is not working because of the redundant code used on your site as shown in the attached screenshot.

Why are you using this duplicate code?

Please remove it.