transparent submenu

Hello! I found an issue with the mobile version of the Activello theme.

The submenu font is almost white and very difficult to read instead of black. This only happens in the mobile version (ipad and iphone as far as I know are affected by the issue)

How can I change the text back to black?

thank you
regards

Hi @rocklee4484,

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

You can try changing its color to black by 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

#page .navbar-default .navbar-nav .dropdown-menu> li> a {
    color: #000;
}

Best Regards,
Movin

it works perfectly! thank you very much!
Joe

You are most welcome here :slight_smile: