Menu Issue - invisible page titles

First, thanks for the wonderful theme. I’ve looked through the forum and can’t find this exact issue.

In the Navigation menu, I’m having an issue with the sub menu/dropdown pages not showing up when you click on the page in the Nav bar. The dropdown appears but the page titles are in white so they don’t show up until you hover over the title and the text turns orange. I’ve been through all the color change options in the Customization section of Appearances and can’t fix this issue. My theme should be completely updated and the only CSS I’ve added is what was found in this post to fix another problem: https://colorlibsupport.com/t/color-of-header-and-menu-changes-after-clicking-on-it/

Site URL is internationaltarotfoundation.com and I’ve attached a screen print.

There is another site http://www.phototrippingamerica.com/ that uses this theme also but doesn’t have the same problem I’m having.

Can you help?
Thanks!

Not all configurations are the same and different configuration requires different styling.

Try adding this code to Appearance >> Theme Options >> Other >> Custom CSS.

.sub-menu li a {
  color: #F15739 !important;
}

Right below existing code that you have added there.

Let me know if this helps.

Worked beautifully! Thank you so much.