Custom Link Navigation Issue

Hello everyone! Love the theme and editing it to fit my needs has been a breeze but I have ran into a little issue.

As you can see this is my navigation. I have the “Order Now” button set as a custom link. You click it and it will open a separate tab to the designated webpage.

Now, this is the issue that arises… I click on the tab of my website itself and this is what I see.

How can I have it to when after you click the custom link it simply stays the same as “Event Calendar” appears?

Hi @freols,

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

You can resolve the issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

#main-nav a:visited{
color: #fff;
}

Best Regards,
Movin