Navigation menu selections disappear when not hovering

I am working with the flex glow theme. I am just setting up my page and am having trouble with the navigation menu. I want the navigation menu to show up all of the time, regardless of hover. However, each of the navigation options will only show up when I hover my mouse over them. The only link that does stay on the page when not hovering is “home”. The first screenshot below is when I’m not hovering over any of them and second screenshot is showing the ones I am hovering over in the screenshot. Please help :slightly_smiling_face:

Hi @jlee33 ,

Go to Assets > styles.css and paste this at the bottom of the file:

.header__link, .header__link>a{
  color: #50b2f5 !important;
  fill: #50b2f5 !important;
}

Hope it helps!

That worked! Thank you so much!