Dropdown menu colour

Hello,

I’m having some issues with the dropdown menu colour. I would like the titles to be white and not golden as they currently are. Could you please give me some advice on how to deal with that ?

Thanks a lot

Hi @issues,

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

You can try achieving this 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

.dropdown-menu> li> a {
    color: #fff;
}

Best Regards,
Movin